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:
dequis 2017-06-23 21:53:16 -03:00
commit 0aafd011c0
3 changed files with 32 additions and 0 deletions

View file

@ -105,4 +105,6 @@ void term_gets(GArray *buffer, int *line_count);
void term_common_init(void);
void term_common_deinit(void);
void term_environment_check(void);
#endif