diff src/dispnew.c @ 86273:77b991c8303d

(init_display) [WINDOWSNT]: Hardcode terminal_type.
author Jason Rumney <jasonr@gnu.org>
date Wed, 21 Nov 2007 03:46:31 +0000
parents 345d3b46b5d3
children 107ccd98fa12 53108e6cea98
line wrap: on
line diff
--- a/src/dispnew.c	Wed Nov 21 03:46:15 2007 +0000
+++ b/src/dispnew.c	Wed Nov 21 03:46:31 2007 +0000
@@ -6893,8 +6893,12 @@
       exit (1);
     }
 
+#ifdef WINDOWSNT
+  terminal_type = "w32console";
+#else
   /* Look at the TERM variable.  */
   terminal_type = (char *) getenv ("TERM");
+#endif
   if (!terminal_type)
     {
 #ifdef VMS