diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-11-21 20:45:25 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-11-21 20:45:41 +0100 |
commit | baab9cc7c52e011a10cf5b1d97d6707e6e067597 (patch) | |
tree | a2dcce2df3099f5e26d63f7dab2ade1491efa76d /doc/en/includes | |
parent | a8639969c5d0c8ecc950332a18480b2cb499173d (diff) | |
download | weechat-baab9cc7c52e011a10cf5b1d97d6707e6e067597.zip |
core: add option `unicode` in command `/debug`
Diffstat (limited to 'doc/en/includes')
-rw-r--r-- | doc/en/includes/autogen_user_commands.en.adoc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/en/includes/autogen_user_commands.en.adoc b/doc/en/includes/autogen_user_commands.en.adoc index b12fad0da..565ad5d83 100644 --- a/doc/en/includes/autogen_user_commands.en.adoc +++ b/doc/en/includes/autogen_user_commands.en.adoc @@ -1343,6 +1343,7 @@ Examples: mouse|cursor [verbose] hdata [free] time <command> + unicode <string> list: list plugins with debug levels set: set debug level for plugin @@ -1364,6 +1365,13 @@ infolists: display infos about infolists term: display infos about terminal windows: display windows tree time: measure time to execute a command or to send text to the current buffer + unicode: display information about unicode chars in string (evaluated, see /help eval) + +Examples: + /debug set irc 1 + /debug mouse verbose + /debug time /filter toggle + /debug unicode ${chars:${\u26C0}-${\u26CF}} ---- [[command_weechat_eval]] |