diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-03-20 20:38:24 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-03-20 20:38:24 +0100 |
commit | be64e8cddc4efc2a9a2efb2334435a79af967e81 (patch) | |
tree | 44005fcea87a96d030d32e021b0735b23e1fabb4 /doc/it | |
parent | 8475b216a474882bb4c5348ec42ef677491b07e5 (diff) | |
download | weechat-be64e8cddc4efc2a9a2efb2334435a79af967e81.zip |
core: add relative move of read marker with `/buffer set unread [+/-]N` (closes #1895)
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/weechat_plugin_api.it.adoc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc index ae6ccd21f..acd9ca03f 100644 --- a/doc/it/weechat_plugin_api.it.adoc +++ b/doc/it/weechat_plugin_api.it.adoc @@ -14620,9 +14620,12 @@ Properties: (impostazione globale, il puntatore al buffer non è utilizzato). // TRANSLATION MISSING -| unread | | empty string or "0" +| unread | | empty string, "0", "+N", "-N" or "N" (N is integer) | empty string: set unread marker after last line of buffer + - "0": remove unread marker from buffer. + "0": remove unread marker from buffer + + "N": move the unread marker N lines from the end towards the first line of buffer + + "-N": move the unread marker N lines towards the first line of buffer + + "+N": move the unread marker N lines towards the last line of buffer. | display | | "1" oppure "auto" | "1": passa a questo buffer nella finestra corrente + |