diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-12-25 21:44:27 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-12-25 21:44:27 +0100 |
commit | 0c29d4c5b6ae3034e9a2ddf3f9fbd374e0a49f72 (patch) | |
tree | 1d00ca3e45c8f9911e5d5f8f6c63bdc941d51ba2 /doc/it/includes | |
parent | 2c238e08ffc798136fb8bab9633507d6c2d7a88e (diff) | |
download | weechat-0c29d4c5b6ae3034e9a2ddf3f9fbd374e0a49f72.zip |
core: move `/input` set_unread actions to commands `/allbuf` and `/buffer set`
Actions moved:
* `/input set_unread` -> `/allbuf /buffer set unread`
* `/input set_unread_current_buffer` -> `/buffer set unread`
Diffstat (limited to 'doc/it/includes')
-rw-r--r-- | doc/it/includes/autogen_user_commands.it.adoc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/it/includes/autogen_user_commands.it.adoc b/doc/it/includes/autogen_user_commands.it.adoc index eeda21bb7..fff8f9412 100644 --- a/doc/it/includes/autogen_user_commands.it.adoc +++ b/doc/it/includes/autogen_user_commands.it.adoc @@ -1683,8 +1683,6 @@ list of actions: 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 grab_mouse_area: grab mouse event code with area - set_unread: set unread marker for all buffers - set_unread_current_buffer: set unread marker for current buffer switch_active_buffer: switch to next merged buffer switch_active_buffer_previous: switch to previous merged buffer zoom_merged_buffer: zoom on merged buffer |