mcabber/src/screen.h
changeset 712 e1639629c87b
parent 711 75dde88f1884
child 713 b5aa7b7afee8
equal deleted inserted replaced
711:75dde88f1884 712:e1639629c87b
     4 #include <ncurses.h>
     4 #include <ncurses.h>
     5 #include <glib.h>
     5 #include <glib.h>
     6 
     6 
     7 #include "logprint.h"
     7 #include "logprint.h"
     8 
     8 
     9 #define COLOR_GENERAL   3
     9 #define COLOR_GENERAL    3
    10 #define COLOR_STATUS    4
    10 #define COLOR_STATUS     4
    11 #define COLOR_NMSG      5
    11 #define COLOR_ROSTER     5
    12 #define COLOR_BD_DESSEL 6
    12 #define COLOR_ROSTERSEL  6
    13 #define COLOR_BD_DES    7
    13 #define COLOR_ROSTERNMSG 7
    14 
    14 
    15 // Length of the timestamp & flag prefix in the chat buffer window
    15 // Length of the timestamp & flag prefix in the chat buffer window
    16 #define PREFIX_WIDTH    17
    16 #define PREFIX_WIDTH    17
    17 
    17 
    18 #define INPUTLINE_LENGTH  1024
    18 #define INPUTLINE_LENGTH  1024