1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 00:33:13 +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
+1 -1
View File
@@ -36,7 +36,7 @@ extern void debug_display_time_elapsed (struct timeval *time1,
struct timeval *time2,
const char *message,
int display);
extern void debug_unicode_string (const char *string);
extern void debug_unicode (const char *string);
extern void debug_init ();
extern void debug_end ();