diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2007-04-04 14:04:42 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2007-04-04 14:04:42 +0000 |
commit | 0e785fe106a578c5c7cf8ac09f6ac4727e4e00d5 (patch) | |
tree | 0158d707118b8c885c3122741ad02d04b1070eab /src/gui/gui-color.h | |
parent | 3e6e347d13108544a19d97ee02d3494d89542acf (diff) | |
download | weechat-0e785fe106a578c5c7cf8ac09f6ac4727e4e00d5.zip |
Added color for input text not found in buffer history
Diffstat (limited to 'src/gui/gui-color.h')
-rw-r--r-- | src/gui/gui-color.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/gui-color.h b/src/gui/gui-color.h index ed25dbeb0..e7629a9fa 100644 --- a/src/gui/gui-color.h +++ b/src/gui/gui-color.h @@ -90,6 +90,7 @@ enum t_weechat_color COLOR_DCC_ABORTED, COLOR_WIN_INPUT_SERVER, COLOR_WIN_TITLE_MORE, + COLOR_WIN_INPUT_TEXT_NOT_FOUND, GUI_NUM_COLORS }; |