diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-08-16 21:22:28 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-08-16 21:22:28 +0200 |
commit | a01ecb276ff43962d0380cda67db12a91aeab39a (patch) | |
tree | 0352bc4d3ee6c981f7a703ad4a56ed5fd1f700e5 /doc/it | |
parent | ebb43c4a54f17475b311383a366ec2230365965e (diff) | |
download | weechat-a01ecb276ff43962d0380cda67db12a91aeab39a.zip |
core: add optional argument "lowest", "highest" or level mask in command /input hotlist_clear
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/autogen/user/weechat_commands.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/it/autogen/user/weechat_commands.adoc b/doc/it/autogen/user/weechat_commands.adoc index 7132f4805..8c3396bce 100644 --- a/doc/it/autogen/user/weechat_commands.adoc +++ b/doc/it/autogen/user/weechat_commands.adoc @@ -456,7 +456,7 @@ list of actions: jump_last_buffer_displayed: jump to last buffer displayed (before last jump to a buffer) jump_previously_visited_buffer: jump to previously visited buffer jump_next_visited_buffer: jump to next visited buffer - hotlist_clear: clear hotlist + hotlist_clear: clear hotlist (optional argument: "lowest" to clear only lowest level in hotlist, "highest" to clear only highest level in hotlist, or level mask: integer which is a combination of 1=join/part, 2=message, 4=private, 8=highlight) grab_key: grab a key (optional argument: delay for end of grab, default is 500 milliseconds) grab_key_command: grab a key with its associated command (optional argument: delay for end of grab, default is 500 milliseconds) grab_mouse: grab mouse event code |