mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 00:52:30 +02:00
Reword warning message
Include multiplexer name in TERM recommendation
This commit is contained in:
parent
0aafd011c0
commit
0d5e353ef1
1 changed files with 3 additions and 3 deletions
|
|
@ -735,9 +735,9 @@ void term_gets(GArray *buffer, int *line_count)
|
||||||
}
|
}
|
||||||
|
|
||||||
static const char* term_env_warning =
|
static const char* term_env_warning =
|
||||||
"The TERM environment variable is set to '%s' which can cause display "
|
"You seem to be running Irssi inside %2$s, but the TERM environment variable"
|
||||||
"glitches when running under %s.\n"
|
"is set to '%1$s', which can cause display glitches.\n"
|
||||||
"Consider changing TERM to 'screen' or 'screen-256color' instead.";
|
"Consider changing TERM to '%2$s' or '%2$s-256color' instead.";
|
||||||
|
|
||||||
void term_environment_check(void)
|
void term_environment_check(void)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue