1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 06:46:38 +02:00

core: display a warning on startup if $TERM is not screen(-256color) under screen/tmux

The same warning is displayed with command "/debug term".
This commit is contained in:
Sébastien Helleu
2014-07-14 19:00:23 +02:00
parent a2cb702b66
commit eb4d1cf9e7
16 changed files with 207 additions and 82 deletions
+1
View File
@@ -1774,6 +1774,7 @@ COMMAND_CALLBACK(debug)
if (string_strcasecmp (argv[1], "term") == 0)
{
gui_window_term_display_infos ();
weechat_term_check ();
return WEECHAT_RC_OK;
}