diff mcabber/src/screen.c @ 731:f30031cdb56b

Outgoing messages (color_highlight) default to cyan
author Mikael Berthe <mikael@lilotux.net>
date Mon, 06 Mar 2006 12:27:00 +0100
parents e46c680bdd3d
children 2f027806cd48
line wrap: on
line diff
--- a/mcabber/src/screen.c	Mon Mar 06 12:16:23 2006 +0100
+++ b/mcabber/src/screen.c	Mon Mar 06 12:27:00 2006 +0100
@@ -167,7 +167,7 @@
                 FindColor(background));
       break;
     case COLOR_HIGHLIGHT:
-      init_pair(i+1, ((color) ? FindColor(color) : COLOR_YELLOW),
+      init_pair(i+1, ((color) ? FindColor(color) : COLOR_CYAN),
                 FindColor(background));
       break;
     case COLOR_STATUS: