# HG changeset patch # User Andrew Innes # Date 979999044 0 # Node ID dc70b7c5709bd84427bdffb275df5079d4f03d3c # Parent c6cb860208d824fe779bdd613e1847381d2f87f3 (FRAME_TERMCAP_P) [WINDOWSNT]: Reinstate original redefinition. diff -r c6cb860208d8 -r dc70b7c5709b src/term.c --- a/src/term.c Sat Jan 20 13:56:49 2001 +0000 +++ b/src/term.c Sat Jan 20 13:57:24 2001 +0000 @@ -423,6 +423,17 @@ 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 () {