comparison mcabber/src/screen.h @ 1286:02ad6200df26

Add selectable time prefixes (vorner)
author Mikael Berthe <mikael@lilotux.net>
date Sat, 25 Aug 2007 23:07:22 +0200
parents 8bbc764139ef
children e42f48103609
comparison
equal deleted inserted replaced
1285:1046bbcb6d14 1286:02ad6200df26
19 void spellcheck_deinit(void); 19 void spellcheck_deinit(void);
20 //static void spellcheck(char*, char*); 20 //static void spellcheck(char*, char*);
21 #endif 21 #endif
22 22
23 #include "logprint.h" 23 #include "logprint.h"
24
25 // Length of the timestamp & flag prefix in the chat buffer window
26 #define PREFIX_WIDTH 17
27 24
28 #define INPUTLINE_LENGTH 1024 25 #define INPUTLINE_LENGTH 1024
29 26
30 // Only used in screen.c; this is the maximum line number 27 // Only used in screen.c; this is the maximum line number
31 // in a multi-line message. Should be < 1000 28 // in a multi-line message. Should be < 1000