mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue