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
ad54b025
Commit
ad54b025
authored
Jan 02, 2001
by
Andrew Innes
Browse files
(FRAME_TERMCAP_P) [WINDOWSNT]: Remove redefinition.
parent
7e6ac5b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
src/term.c
src/term.c
+0
-12
No files found.
src/term.c
View file @
ad54b025
...
...
@@ -423,18 +423,6 @@ char *tparam ();
extern char *tgetstr ();
#ifdef WINDOWSNT
/* 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
output hooks get called instead of the termcap functions. Probably
the best long-term solution is to define an output_windows_nt... */
#undef FRAME_TERMCAP_P
#define FRAME_TERMCAP_P(_f_) 0
#endif
/* WINDOWSNT */
void
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