Mercurial > emacs
diff src/dispnew.c @ 91204:53108e6cea98
Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-294
author | Miles Bader <miles@gnu.org> |
---|---|
date | Thu, 06 Dec 2007 09:51:45 +0000 |
parents | 880960b70474 77b991c8303d |
children | 606f2d163a64 |
line wrap: on
line diff
--- a/src/dispnew.c Thu Dec 06 07:36:30 2007 +0000 +++ b/src/dispnew.c Thu Dec 06 09:51:45 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