diff options
author | Andrew Potter <agpotter@gmail.com> | 2021-03-26 17:27:37 -0700 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-05-16 10:00:30 +0200 |
commit | 94c902adfcbc7bae5039fe383ddfc5064297d40c (patch) | |
tree | 8fca3990db5140e48001a6c6b1fd7a5b25b52032 /doc/en/weechat_user.en.adoc | |
parent | 670c5cd7456e4c9c3be0d3ef8a5cadd9df764b43 (diff) | |
download | weechat-94c902adfcbc7bae5039fe383ddfc5064297d40c.zip |
irc, buflist: add bar item "tls_version" with options for colors, add buflist format "${format_tls_version}" (issue #1622)
Diffstat (limited to 'doc/en/weechat_user.en.adoc')
-rw-r--r-- | doc/en/weechat_user.en.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index 98fb83736..dcd7f0363 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -862,6 +862,7 @@ Other items available (not used in bars by default): | mouse_status | `M` | Mouse status (empty if mouse is disabled). | spell_dict | `fr,en` | Spelling dictionaries used on current buffer. | spell_suggest | `print,prone,prune` | Spelling suggestions for word under cursor (if misspelled). +| tls_version | `TLS1.3` | TLS version in use for current IRC server. | window_number | `2` | Current window number. |=== |