diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-07-20 08:42:16 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-07-20 08:42:16 +0200 |
commit | 22b20d62060cb1d576f3761aa0867b20ac6ce698 (patch) | |
tree | 5b0543b263ea53a87e0df713058d3867430dbf96 /doc/en | |
parent | 5a4f96b6795fbcaccbf42f1940af1e2cffb20629 (diff) | |
download | weechat-22b20d62060cb1d576f3761aa0867b20ac6ce698.zip |
core: add options weechat.look.hotlist_prefix and weechat.look.hotlist_suffix (task #12730) (patch from Nils Görs)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/user/weechat_options.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/en/autogen/user/weechat_options.txt b/doc/en/autogen/user/weechat_options.txt index a7146e43f..012b2a4e1 100644 --- a/doc/en/autogen/user/weechat_options.txt +++ b/doc/en/autogen/user/weechat_options.txt @@ -533,6 +533,11 @@ ** type: boolean ** values: on, off (default value: `off`) +* [[option_weechat.look.hotlist_prefix]] *weechat.look.hotlist_prefix* +** description: `text displayed at the beginning of the hotlist` +** type: string +** values: any string (default value: `"H: "`) + * [[option_weechat.look.hotlist_short_names]] *weechat.look.hotlist_short_names* ** description: `if set, uses short names to display buffer names in hotlist (start after first '.' in name)` ** type: boolean @@ -543,6 +548,11 @@ ** type: integer ** values: group_time_asc, group_time_desc, group_number_asc, group_number_desc, number_asc, number_desc (default value: `group_time_asc`) +* [[option_weechat.look.hotlist_suffix]] *weechat.look.hotlist_suffix* +** description: `text displayed at the end of the hotlist` +** type: string +** values: any string (default value: `""`) + * [[option_weechat.look.hotlist_unique_numbers]] *weechat.look.hotlist_unique_numbers* ** description: `keep only unique numbers in hotlist (this applies only on hotlist items where name is NOT displayed after number)` ** type: boolean |