/[weechat]/weechat/src/gui/gui.h
ViewVC logotype

Diff of /weechat/src/gui/gui.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.55 by flashcode, Thu Sep 15 08:21:37 2005 UTC revision 1.56 by flashcode, Sun Oct 2 20:52:38 2005 UTC
# Line 26  Line 26 
26    
27  #define INPUT_BUFFER_BLOCK_SIZE 256  #define INPUT_BUFFER_BLOCK_SIZE 256
28    
29  #define NUM_COLORS                      54  #define NUM_COLORS                      56
30  #define COLOR_WIN_TITLE                 1  #define COLOR_WIN_TITLE                 1
31  #define COLOR_WIN_CHAT                  2  #define COLOR_WIN_CHAT                  2
32  #define COLOR_WIN_CHAT_TIME             3  #define COLOR_WIN_CHAT_TIME             3
# Line 42  Line 42 
42  #define COLOR_WIN_CHAT_HIGHLIGHT        13  #define COLOR_WIN_CHAT_HIGHLIGHT        13
43  #define COLOR_WIN_STATUS                14  #define COLOR_WIN_STATUS                14
44  #define COLOR_WIN_STATUS_DELIMITERS     15  #define COLOR_WIN_STATUS_DELIMITERS     15
45  #define COLOR_WIN_STATUS_DATA_MSG       16  #define COLOR_WIN_STATUS_CHANNEL        16
46  #define COLOR_WIN_STATUS_DATA_PRIVATE   17  #define COLOR_WIN_STATUS_DATA_MSG       17
47  #define COLOR_WIN_STATUS_DATA_HIGHLIGHT 18  #define COLOR_WIN_STATUS_DATA_PRIVATE   18
48  #define COLOR_WIN_STATUS_DATA_OTHER     19  #define COLOR_WIN_STATUS_DATA_HIGHLIGHT 19
49  #define COLOR_WIN_STATUS_MORE           20  #define COLOR_WIN_STATUS_DATA_OTHER     20
50  #define COLOR_WIN_INFOBAR               21  #define COLOR_WIN_STATUS_MORE           21
51  #define COLOR_WIN_INFOBAR_DELIMITERS    22  #define COLOR_WIN_INFOBAR               22
52  #define COLOR_WIN_INFOBAR_HIGHLIGHT     23  #define COLOR_WIN_INFOBAR_DELIMITERS    23
53  #define COLOR_WIN_INPUT                 24  #define COLOR_WIN_INFOBAR_HIGHLIGHT     24
54  #define COLOR_WIN_INPUT_CHANNEL         25  #define COLOR_WIN_INPUT                 25
55  #define COLOR_WIN_INPUT_NICK            26  #define COLOR_WIN_INPUT_CHANNEL         26
56  #define COLOR_WIN_NICK                  27  #define COLOR_WIN_INPUT_NICK            27
57  #define COLOR_WIN_NICK_AWAY             28  #define COLOR_WIN_INPUT_DELIMITERS      28
58  #define COLOR_WIN_NICK_CHANOWNER        29  #define COLOR_WIN_NICK                  29
59  #define COLOR_WIN_NICK_CHANADMIN        30  #define COLOR_WIN_NICK_AWAY             30
60  #define COLOR_WIN_NICK_OP               31  #define COLOR_WIN_NICK_CHANOWNER        31
61  #define COLOR_WIN_NICK_HALFOP           32  #define COLOR_WIN_NICK_CHANADMIN        32
62  #define COLOR_WIN_NICK_VOICE            33  #define COLOR_WIN_NICK_OP               33
63  #define COLOR_WIN_NICK_MORE             34  #define COLOR_WIN_NICK_HALFOP           34
64  #define COLOR_WIN_NICK_SEP              35  #define COLOR_WIN_NICK_VOICE            35
65  #define COLOR_WIN_NICK_SELF             36  #define COLOR_WIN_NICK_MORE             36
66  #define COLOR_WIN_NICK_PRIVATE          37  #define COLOR_WIN_NICK_SEP              37
67  #define COLOR_WIN_NICK_FIRST            38  #define COLOR_WIN_NICK_SELF             38
68  #define COLOR_WIN_NICK_LAST             47  #define COLOR_WIN_NICK_PRIVATE          39
69    #define COLOR_WIN_NICK_FIRST            40
70    #define COLOR_WIN_NICK_LAST             49
71  #define COLOR_WIN_NICK_NUMBER           (COLOR_WIN_NICK_LAST - COLOR_WIN_NICK_FIRST + 1)  #define COLOR_WIN_NICK_NUMBER           (COLOR_WIN_NICK_LAST - COLOR_WIN_NICK_FIRST + 1)
72  #define COLOR_DCC_SELECTED              48  #define COLOR_DCC_SELECTED              50
73  #define COLOR_DCC_WAITING               49  #define COLOR_DCC_WAITING               51
74  #define COLOR_DCC_CONNECTING            50  #define COLOR_DCC_CONNECTING            52
75  #define COLOR_DCC_ACTIVE                51  #define COLOR_DCC_ACTIVE                53
76  #define COLOR_DCC_DONE                  52  #define COLOR_DCC_DONE                  54
77  #define COLOR_DCC_FAILED                53  #define COLOR_DCC_FAILED                55
78  #define COLOR_DCC_ABORTED               54  #define COLOR_DCC_ABORTED               56
79    
80  #define SERVER(buffer)  ((t_irc_server *)(buffer->server))  #define SERVER(buffer)  ((t_irc_server *)(buffer->server))
81  #define CHANNEL(buffer) ((t_irc_channel *)(buffer->channel))  #define CHANNEL(buffer) ((t_irc_channel *)(buffer->channel))

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26