comparison src/term.c @ 13417:db5deab8a955

[HAVE_NTGUI] (FRAME_TERMCAP_P): Don't redefine.
author Geoff Voelker <voelker@cs.washington.edu>
date Tue, 07 Nov 1995 07:27:19 +0000
parents 7f2c068121d8
children 621a575db6f7
comparison
equal deleted inserted replaced
13416:58e22ceabff4 13417:db5deab8a955
295 295
296 extern char *tgetstr (); 296 extern char *tgetstr ();
297 297
298 298
299 #ifdef WINDOWSNT 299 #ifdef WINDOWSNT
300 #ifndef HAVE_NTGUI
300 /* We aren't X windows, but we aren't termcap either. This makes me 301 /* We aren't X windows, but we aren't termcap either. This makes me
301 uncertain as to what value to use for frame.output_method. For 302 uncertain as to what value to use for frame.output_method. For
302 this file, we'll define FRAME_TERMCAP_P to be zero so that our 303 this file, we'll define FRAME_TERMCAP_P to be zero so that our
303 output hooks get called instead of the termcap functions. Probably 304 output hooks get called instead of the termcap functions. Probably
304 the best long-term solution is to define an output_windows_nt... */ 305 the best long-term solution is to define an output_windows_nt... */
305 306
306 #undef FRAME_TERMCAP_P 307 #undef FRAME_TERMCAP_P
307 #define FRAME_TERMCAP_P(_f_) 0 308 #define FRAME_TERMCAP_P(_f_) 0
309 #endif /* not HAVE_NTGUI */
308 #endif /* WINDOWSNT */ 310 #endif /* WINDOWSNT */
309 311
310 ring_bell () 312 ring_bell ()
311 { 313 {
312 if (! FRAME_TERMCAP_P (selected_frame)) 314 if (! FRAME_TERMCAP_P (selected_frame))