diff mcabber/src/screen.h @ 515:180f0a6e4ac9

Log window's height can be set by the user
author Mikael Berthe <mikael@lilotux.net>
date Mon, 14 Nov 2005 15:29:03 +0100
parents 979eb0fe2969
children 8b3db0b555a1
line wrap: on
line diff
--- a/mcabber/src/screen.h	Sun Nov 13 22:46:46 2005 +0100
+++ b/mcabber/src/screen.h	Mon Nov 14 15:29:03 2005 +0100
@@ -11,10 +11,8 @@
 #define COLOR_BD_DESSEL 5
 #define COLOR_BD_DES    6
 
-#define LOG_WIN_HEIGHT  (5+2)
 #define ROSTER_WIDTH    24
 #define PREFIX_WIDTH    17
-#define CHAT_WIN_HEIGHT (maxY-1-LOG_WIN_HEIGHT)
 
 #define INPUTLINE_LENGTH  1024