comparison 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
comparison
equal deleted inserted replaced
514:979eb0fe2969 515:180f0a6e4ac9
9 #define COLOR_GENERAL 3 9 #define COLOR_GENERAL 3
10 #define COLOR_NMSG 4 10 #define COLOR_NMSG 4
11 #define COLOR_BD_DESSEL 5 11 #define COLOR_BD_DESSEL 5
12 #define COLOR_BD_DES 6 12 #define COLOR_BD_DES 6
13 13
14 #define LOG_WIN_HEIGHT (5+2)
15 #define ROSTER_WIDTH 24 14 #define ROSTER_WIDTH 24
16 #define PREFIX_WIDTH 17 15 #define PREFIX_WIDTH 17
17 #define CHAT_WIN_HEIGHT (maxY-1-LOG_WIN_HEIGHT)
18 16
19 #define INPUTLINE_LENGTH 1024 17 #define INPUTLINE_LENGTH 1024
20 18
21 // Only used in screen.c; this is the maximum line number 19 // Only used in screen.c; this is the maximum line number
22 // in a multi-line message. Should be < 1000 20 // in a multi-line message. Should be < 1000