1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-06 17:53:13 +02:00

core: add option "libs" for command /debug, add signal "debug_libs"

This commit is contained in:
Sebastien Helleu
2013-11-17 20:49:37 +01:00
parent e0890b376c
commit 8d64b658df
25 changed files with 170 additions and 65 deletions
+11
View File
@@ -297,6 +297,17 @@ gui_main_signal_sigwinch ()
gui_window_ask_refresh (2);
}
/*
* Displays infos about ncurses lib.
*/
void
gui_main_debug_libs ()
{
gui_chat_printf (NULL, " ncurses: v%s (patch %d)",
NCURSES_VERSION, NCURSES_VERSION_PATCH);
}
/*
* Refreshs for windows, buffers, bars.
*/