Skip to content

Commit

Permalink
set TERM=djgpp
Browse files Browse the repository at this point in the history
Needed for ncurses.
  • Loading branch information
stsp committed Oct 26, 2024
1 parent eefad73 commit 9b3762f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/command.c
Original file line number Diff line number Diff line change
Expand Up @@ -4563,6 +4563,7 @@ int main(int argc, const char *argv[], const char *envp[])
free(cmd_path);
setenv("COMCOM_VER", version, 1);
setenv("ERRORLEVEL", "0", 1);
setenv("TERM", "djgpp", 0);

// process arguments
for (a = 1; a < argc; a++)
Expand Down

0 comments on commit 9b3762f

Please sign in to comment.