(init_display) [WINDOWSNT]: Hardcode terminal_type.
This commit is contained in:
parent
bdae054022
commit
6152361fcb
1 changed files with 4 additions and 0 deletions
|
@ -6893,8 +6893,12 @@ init_display ()
|
|||
exit (1);
|
||||
}
|
||||
|
||||
#ifdef WINDOWSNT
|
||||
terminal_type = "w32console";
|
||||
#else
|
||||
/* Look at the TERM variable. */
|
||||
terminal_type = (char *) getenv ("TERM");
|
||||
#endif
|
||||
if (!terminal_type)
|
||||
{
|
||||
#ifdef VMS
|
||||
|
|
Loading…
Add table
Reference in a new issue