summaryrefslogtreecommitdiff
path: root/src/gui/gui.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2004-07-03 14:07:09 +0000
committerSebastien Helleu <flashcode@flashtux.org>2004-07-03 14:07:09 +0000
commit9e6938bdf7505aae1c43090fb0de6cb858d53a8d (patch)
tree2acfb4c09ba2b8595fbe2498bbd2dc195c5d0d8a /src/gui/gui.h
parentb9a40bbe218c536da07bef4c4f46277284d86537 (diff)
downloadweechat-9e6938bdf7505aae1c43090fb0de6cb858d53a8d.zip
Added auto-switch to active channels (alt-a)
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r--src/gui/gui.h64
1 files changed, 32 insertions, 32 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h
index 6203e2238..1066d478d 100644
--- a/src/gui/gui.h
+++ b/src/gui/gui.h
@@ -26,38 +26,38 @@
#define INPUT_BUFFER_BLOCK_SIZE 256
-#define NUM_COLORS 38
-#define COLOR_WIN_TITLE 1
-#define COLOR_WIN_CHAT 2
-#define COLOR_WIN_CHAT_TIME 3
-#define COLOR_WIN_CHAT_TIME_SEP 4
-#define COLOR_WIN_CHAT_PREFIX1 5
-#define COLOR_WIN_CHAT_PREFIX2 6
-#define COLOR_WIN_CHAT_NICK 7
-#define COLOR_WIN_CHAT_HOST 8
-#define COLOR_WIN_CHAT_CHANNEL 9
-#define COLOR_WIN_CHAT_DARK 10
-#define COLOR_WIN_CHAT_HIGHLIGHT 11
-#define COLOR_WIN_STATUS 12
-#define COLOR_WIN_STATUS_ACTIVE 13
-#define COLOR_WIN_STATUS_DATA_MSG 14
-#define COLOR_WIN_STATUS_DATA_OTHER 15
-#define COLOR_WIN_STATUS_MORE 16
-#define COLOR_WIN_INFOBAR 17
-#define COLOR_WIN_INFOBAR_HIGHLIGHT 18
-#define COLOR_WIN_INPUT 19
-#define COLOR_WIN_INPUT_CHANNEL 20
-#define COLOR_WIN_INPUT_NICK 21
-#define COLOR_WIN_NICK 22
-#define COLOR_WIN_NICK_OP 23
-#define COLOR_WIN_NICK_HALFOP 24
-#define COLOR_WIN_NICK_VOICE 25
-#define COLOR_WIN_NICK_SEP 26
-#define COLOR_WIN_NICK_SELF 27
-#define COLOR_WIN_NICK_PRIVATE 28
-#define COLOR_WIN_NICK_FIRST 29
-#define COLOR_WIN_NICK_LAST 38
-#define COLOR_WIN_NICK_NUMBER (COLOR_WIN_NICK_LAST - COLOR_WIN_NICK_FIRST + 1)
+#define NUM_COLORS 38
+#define COLOR_WIN_TITLE 1
+#define COLOR_WIN_CHAT 2
+#define COLOR_WIN_CHAT_TIME 3
+#define COLOR_WIN_CHAT_TIME_SEP 4
+#define COLOR_WIN_CHAT_PREFIX1 5
+#define COLOR_WIN_CHAT_PREFIX2 6
+#define COLOR_WIN_CHAT_NICK 7
+#define COLOR_WIN_CHAT_HOST 8
+#define COLOR_WIN_CHAT_CHANNEL 9
+#define COLOR_WIN_CHAT_DARK 10
+#define COLOR_WIN_CHAT_HIGHLIGHT 11
+#define COLOR_WIN_STATUS 12
+#define COLOR_WIN_STATUS_DATA_MSG 13
+#define COLOR_WIN_STATUS_DATA_HIGHLIGHT 14
+#define COLOR_WIN_STATUS_DATA_OTHER 15
+#define COLOR_WIN_STATUS_MORE 16
+#define COLOR_WIN_INFOBAR 17
+#define COLOR_WIN_INFOBAR_HIGHLIGHT 18
+#define COLOR_WIN_INPUT 19
+#define COLOR_WIN_INPUT_CHANNEL 20
+#define COLOR_WIN_INPUT_NICK 21
+#define COLOR_WIN_NICK 22
+#define COLOR_WIN_NICK_OP 23
+#define COLOR_WIN_NICK_HALFOP 24
+#define COLOR_WIN_NICK_VOICE 25
+#define COLOR_WIN_NICK_SEP 26
+#define COLOR_WIN_NICK_SELF 27
+#define COLOR_WIN_NICK_PRIVATE 28
+#define COLOR_WIN_NICK_FIRST 29
+#define COLOR_WIN_NICK_LAST 38
+#define COLOR_WIN_NICK_NUMBER (COLOR_WIN_NICK_LAST - COLOR_WIN_NICK_FIRST + 1)
#define SERVER(buffer) ((t_irc_server *)(buffer->server))
#define CHANNEL(buffer) ((t_irc_channel *)(buffer->channel))