Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2f8d25d5
Commit
2f8d25d5
authored
Apr 26, 1996
by
Richard M. Stallman
Browse files
(FRAME_TERMCAP_P) [WINDOWSNT && !HAVE_NTGUI]:
Remove conditional for HAVE_NTGUI.
parent
f405affb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
src/term.c
src/term.c
+0
-2
No files found.
src/term.c
View file @
2f8d25d5
...
...
@@ -298,7 +298,6 @@ extern char *tgetstr ();
#ifdef WINDOWSNT
#ifndef HAVE_NTGUI
/* We aren't X windows, but we aren't termcap either. This makes me
uncertain as to what value to use for frame.output_method. For
this file, we'll define FRAME_TERMCAP_P to be zero so that our
...
...
@@ -307,7 +306,6 @@ extern char *tgetstr ();
#undef FRAME_TERMCAP_P
#define FRAME_TERMCAP_P(_f_) 0
#endif /* not HAVE_NTGUI */
#endif /* WINDOWSNT */
ring_bell ()
...
...
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