Skip to content

Commit

Permalink
Minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-arch committed Dec 17, 2024
1 parent 4a2c84e commit 04f9815
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/term.c
Original file line number Diff line number Diff line change
Expand Up @@ -435,8 +435,8 @@ check_term(void)
char *t = getenv("TERM");
if (!t || !*t) {
t = "xterm";
err('w', PRINT_PROMPT, _("%s: The TERM environment variable is unset.\n"
"Running in xterm compatibility mode\n"), PROGRAM_NAME);
err('w', PRINT_PROMPT, _("%s: TERM variable unset. Running in xterm "
"compatibility mode.\n"), PROGRAM_NAME);
}

check_term_support(t);
Expand Down

0 comments on commit 04f9815

Please sign in to comment.