diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-04-17 11:02:45 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-04-17 11:02:45 +0200 |
commit | 7c6723f255ceea7a33e1b3421ce2b4af7583e12b (patch) | |
tree | 1d4c8296bb70ca31f45baf483396d1085bb6f2e1 /doc/en/autogen/user/weechat_commands.txt | |
parent | dd8d789fec1668c0cf50e44eeb13b1d1b0cf6ffe (diff) | |
download | weechat-7c6723f255ceea7a33e1b3421ce2b4af7583e12b.zip |
core: add automatic reset of color pairs, new option weechat.look.color_pairs_auto_reset
Diffstat (limited to 'doc/en/autogen/user/weechat_commands.txt')
-rw-r--r-- | doc/en/autogen/user/weechat_commands.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/autogen/user/weechat_commands.txt b/doc/en/autogen/user/weechat_commands.txt index aa9941d37..36cf2edc4 100644 --- a/doc/en/autogen/user/weechat_commands.txt +++ b/doc/en/autogen/user/weechat_commands.txt @@ -121,7 +121,7 @@ Examples: unalias: delete an alias color: color number (>= 0, max depends on terminal, commonly 63 or 255) name: alias name for color (for example: "orange") - reset: reset all color pairs (useful when no more pairs are available) + reset: reset all color pairs (required when no more color pairs are available if automatic reset is disabled, see option weechat.look.color_pairs_auto_reset) Without argument, this command displays colors in a new buffer. |