mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 15:42:26 +02:00
Add a startup warning if the TERM var is wrong inside tmux/screen
One of the most common and confusing issues we get in #irssi, this should help identifying and mitigating it.
This commit is contained in:
parent
c8012b2e57
commit
0aafd011c0
3 changed files with 32 additions and 0 deletions
|
|
@ -207,6 +207,8 @@ static void textui_finish_init(void)
|
|||
fe_settings_set_print("nick");
|
||||
if (user_settings_changed & USER_SETTINGS_HOSTNAME)
|
||||
fe_settings_set_print("hostname");
|
||||
|
||||
term_environment_check();
|
||||
}
|
||||
|
||||
static void textui_deinit(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue