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 /doc/en/config.xml | |
parent | 3e6e347d13108544a19d97ee02d3494d89542acf (diff) | |
download | weechat-0e785fe106a578c5c7cf8ac09f6ac4727e4e00d5.zip |
Added color for input text not found in buffer history
Diffstat (limited to 'doc/en/config.xml')
-rw-r--r-- | doc/en/config.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/en/config.xml b/doc/en/config.xml index b0595d46d..80ad533ec 100644 --- a/doc/en/config.xml +++ b/doc/en/config.xml @@ -552,6 +552,13 @@ <entry>Color for input text (delimiters)</entry> </row> <row> + <entry><option>col_input_text_not_found</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry>'red'</entry> + <entry>Color for text not found</entry> +</row> +<row> <entry><option>col_input_bg</option></entry> <entry>color</entry> <entry>Curses or Gtk color</entry> |