1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 23:36:37 +02:00

core: add whole string information in /debug unicode

This commit is contained in:
Sébastien Helleu
2022-12-10 17:32:09 +01:00
parent 5b9b1e175b
commit 18c9ade580
25 changed files with 576 additions and 367 deletions
+2 -2
View File
@@ -2032,7 +2032,7 @@ COMMAND_CALLBACK(debug)
result = eval_expression (argv_eol[2], NULL, NULL, NULL);
if (result)
{
debug_unicode_string (result);
debug_unicode (result);
free (result);
}
return WEECHAT_RC_OK;
@@ -7696,7 +7696,7 @@ command_init ()
" windows: display windows tree\n"
" time: measure time to execute a command or to send text to "
"the current buffer\n"
" unicode: display information about unicode chars in string "
" unicode: display information about string and unicode chars "
"(evaluated, see /help eval)\n"
"\n"
"Examples:\n"