Mercurial > emacs
changeset 86273:77b991c8303d
(init_display) [WINDOWSNT]: Hardcode terminal_type.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Wed, 21 Nov 2007 03:46:31 +0000 |
parents | a30128391c8b |
children | 860b7eb2a46f |
files | src/dispnew.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
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