comparison src/term.c @ 8806:2d3bfce2e1f0

(clear_to_end): Fix reversed condition.
author Karl Heuer <kwzh@gnu.org>
date Fri, 16 Sep 1994 23:35:43 +0000
parents 86065bec6fc9
children 07bca49c7f84
comparison
equal deleted inserted replaced
8805:6d8297d65d78 8806:2d3bfce2e1f0
592 /* clear from cursor to end of frame */ 592 /* clear from cursor to end of frame */
593 clear_to_end () 593 clear_to_end ()
594 { 594 {
595 register int i; 595 register int i;
596 596
597 if (clear_to_end_hook && FRAME_TERMCAP_P (updating_frame)) 597 if (clear_to_end_hook && ! FRAME_TERMCAP_P (updating_frame))
598 { 598 {
599 (*clear_to_end_hook) (); 599 (*clear_to_end_hook) ();
600 return; 600 return;
601 } 601 }
602 if (TS_clr_to_bottom) 602 if (TS_clr_to_bottom)