comparison 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
comparison
equal deleted inserted replaced
73:1fc66b6c08ef 74:b392112ab995
9 #define COLOR_BD_CON 5 9 #define COLOR_BD_CON 5
10 #define COLOR_BD_DESSEL 6 10 #define COLOR_BD_DESSEL 6
11 #define COLOR_BD_DES 7 11 #define COLOR_BD_DES 7
12 12
13 #define LOG_WIN_HEIGHT (5+2) 13 #define LOG_WIN_HEIGHT (5+2)
14 #define ROSTER_WEIGHT 24 14 #define ROSTER_WIDTH 24
15 #define CHAT_WIN_HEIGHT (maxY-1-LOG_WIN_HEIGHT) 15 #define CHAT_WIN_HEIGHT (maxY-1-LOG_WIN_HEIGHT)
16 16
17 #define INPUTLINE_LENGTH 1024 17 #define INPUTLINE_LENGTH 1024
18 18
19 extern int update_roster; 19 extern int update_roster;