Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6152361f
Commit
6152361f
authored
Nov 21, 2007
by
Jason Rumney
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(init_display) [WINDOWSNT]: Hardcode terminal_type.
parent
bdae0540
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/dispnew.c
src/dispnew.c
+4
-0
No files found.
src/dispnew.c
View file @
6152361f
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment