diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-03-17 22:49:50 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-03-17 22:49:50 +0100 |
commit | 99ca276556e66f4e34c573fc5257e9f0cd0f94e4 (patch) | |
tree | 4ac3396ae7f4537e0fd659b1e18d9e596977171c /src/core/wee-command.c | |
parent | 64a553f91f78391af148874bf7bca1de512d5db7 (diff) | |
download | weechat-99ca276556e66f4e34c573fc5257e9f0cd0f94e4.zip |
core: also display mouse codes with `/debug key`
Diffstat (limited to 'src/core/wee-command.c')
-rw-r--r-- | src/core/wee-command.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c index e655dd0a6..cd3080e59 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -7804,8 +7804,8 @@ command_init () " hdata: display infos about hdata (with free: remove all hdata " "in memory)\n" "infolists: display infos about infolists\n" - " key: enable keyboard debug: display raw codes, expanded " - "key name and associated command ('q' to quit this mode)\n" + " key: enable keyboard and mouse debug: display raw codes, " + "expanded key name and associated command ('q' to quit this mode)\n" " libs: display infos about external libraries used\n" " memory: display infos about memory usage\n" " mouse: toggle debug for mouse\n" |