mirror of
https://github.com/weechat/weechat.git
synced 2026-07-09 03:03:12 +02:00
added some panel functions, fixed refresh bugs when terminal is resized: too many refreshs, display bug with splited windows
This commit is contained in:
@@ -145,6 +145,8 @@ weechat_backtrace ()
|
||||
#endif
|
||||
|
||||
weechat_backtrace_printf ("======= WeeChat backtrace =======\n");
|
||||
weechat_backtrace_printf ("(written by %s, compiled on %s %s)\n",
|
||||
PACKAGE_STRING, __DATE__, __TIME__);
|
||||
|
||||
#ifdef HAVE_BACKTRACE
|
||||
trace_size = backtrace (trace, BACKTRACE_MAX);
|
||||
|
||||
Reference in New Issue
Block a user