diff mcabber/src/screen.h @ 74:b392112ab995

[/trunk] Changeset 88 by mikael * Switch to using hbuf, the new history buffer implementation. * I've had to rewrite some parts of the interface, and I have removed the frames for the roster and the chat window. * The wrapping is not perfect, as the prefix is not yet treated separately... * Seems to be a display problem when receiving UTF-8, too. :-(
author mikael
date Sat, 16 Apr 2005 16:37:31 +0000
parents 5425ee13dce6
children 0bd578421ce9
line wrap: on
line diff
--- a/mcabber/src/screen.h	Sat Apr 16 11:59:26 2005 +0000
+++ b/mcabber/src/screen.h	Sat Apr 16 16:37:31 2005 +0000
@@ -11,7 +11,7 @@
 #define COLOR_BD_DES    7
 
 #define LOG_WIN_HEIGHT  (5+2)
-#define ROSTER_WEIGHT   24
+#define ROSTER_WIDTH    24
 #define CHAT_WIN_HEIGHT (maxY-1-LOG_WIN_HEIGHT)
 
 #define INPUTLINE_LENGTH  1024