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:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user