From: Andrew Innes Date: Sat, 20 Jan 2001 13:57:24 +0000 (+0000) Subject: (FRAME_TERMCAP_P) [WINDOWSNT]: Reinstate original X-Git-Tag: emacs-pretest-21.0.96~177 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1a89b7c6f7f1bc25bda88bbaefa9b8f8f207c7be;p=emacs.git (FRAME_TERMCAP_P) [WINDOWSNT]: Reinstate original redefinition. --- diff --git a/src/term.c b/src/term.c index 3919f7e59e1..185b706a17b 100644 --- a/src/term.c +++ b/src/term.c @@ -423,6 +423,17 @@ 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 () {