mcabber/src/screen.h
changeset 1286 02ad6200df26
parent 1279 8bbc764139ef
child 1290 e42f48103609
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