diff mcabber/src/screen.h @ 1204:e802ec0c02d2

Basic support for nick highlighting in MUC rooms (the whole line is colored)
author Mikael Berthe <mikael@lilotux.net>
date Sat, 28 Apr 2007 21:52:57 +0200
parents be06bbe7e449
children 2521efbf3b72
line wrap: on
line diff
--- a/mcabber/src/screen.h	Sat Apr 28 12:16:45 2007 +0200
+++ b/mcabber/src/screen.h	Sat Apr 28 21:52:57 2007 +0200
@@ -40,6 +40,7 @@
 enum colors {
   COLOR_GENERAL = 3,
   COLOR_MSGOUT,
+  COLOR_MSGHL,
   COLOR_STATUS,
   COLOR_ROSTER,
   COLOR_ROSTERSEL,