diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-12-26 01:27:45 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-12-26 01:27:45 +0100 |
commit | 45638dca236a198a2a0c8561af5c1edd864a17b7 (patch) | |
tree | 6390a13714897af670825d2fa73a7316ba4a7dcf /doc/sr | |
parent | 56055de12e90e6037565146700765afe871ac4c6 (diff) | |
download | weechat-45638dca236a198a2a0c8561af5c1edd864a17b7.zip |
core: allow value "0" in buffer property "unread" to remove read marker from buffer
Diffstat (limited to 'doc/sr')
-rw-r--r-- | doc/sr/weechat_plugin_api.sr.adoc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/sr/weechat_plugin_api.sr.adoc b/doc/sr/weechat_plugin_api.sr.adoc index eb75afef5..14fc72ab4 100644 --- a/doc/sr/weechat_plugin_api.sr.adoc +++ b/doc/sr/weechat_plugin_api.sr.adoc @@ -13356,8 +13356,10 @@ void weechat_buffer_set (struct t_gui_buffer *buffer, const char *property, "1": довршавање се не зауставља када се ажурира командна линија (глобално подешавање, не користи се показивач на бафер). -| unread | | - -| Поставља маркер непрочитаних линија након последње линије бафера. +// TRANSLATION MISSING +| unread | | empty string or "0" +| empty string: set unread marker after last line of buffer + + "0": remove unread marker from buffer. | display | | "1" или "auto" | "1": прелазак на овај бафер у текућем прозору + |