diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-03-28 18:57:10 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-03-28 18:57:10 +0100 |
commit | 868bc6b63deca8411cc111e6d2902e3f6741bc03 (patch) | |
tree | c902d2932c03ff548b336966011d6de180412554 /src/gui/curses/gui-curses-color.c | |
parent | 34a3c8637dd2aa90c9233fc620dd4c10c7dc7793 (diff) | |
download | weechat-868bc6b63deca8411cc111e6d2902e3f6741bc03.zip |
Added preliminary support of new buffer type, with free content
Diffstat (limited to 'src/gui/curses/gui-curses-color.c')
-rw-r--r-- | src/gui/curses/gui-curses-color.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/curses/gui-curses-color.c b/src/gui/curses/gui-curses-color.c index 6d0fa729f..8c7476b9e 100644 --- a/src/gui/curses/gui-curses-color.c +++ b/src/gui/curses/gui-curses-color.c @@ -36,7 +36,7 @@ #include "gui-curses.h" -struct t_gui_color gui_weechat_colors[] = +struct t_gui_color gui_weechat_colors[GUI_CURSES_NUM_WEECHAT_COLORS + 1] = { { -1, 0, 0, "default" }, { COLOR_BLACK, 0, 0, "black" }, { COLOR_RED, 0, 0, "red" }, |