comparison src/dispnew.c @ 36279:1e3dc8692936

(direct_output_for_insert): Give up if we are showing a message or just cleared the message because we might need to resize the echo area window or display an empty echo area.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 22 Feb 2001 11:45:47 +0000
parents c0fac212cfcc
children 88b90fa71d23
comparison
equal deleted inserted replaced
36278:8487fd519144 36279:1e3dc8692936
3414 || g == '\t' 3414 || g == '\t'
3415 || g == '\n' 3415 || g == '\n'
3416 || g == '\r' 3416 || g == '\r'
3417 /* Give up if unable to display the cursor in the window. */ 3417 /* Give up if unable to display the cursor in the window. */
3418 || w->cursor.vpos < 0 3418 || w->cursor.vpos < 0
3419 /* Give up if we are showing a message or just cleared the message
3420 because we might need to resize the echo area window. */
3421 || !NILP (echo_area_buffer[0])
3422 || !NILP (echo_area_buffer[1])
3419 || (glyph_row = MATRIX_ROW (w->current_matrix, w->cursor.vpos), 3423 || (glyph_row = MATRIX_ROW (w->current_matrix, w->cursor.vpos),
3420 /* Can't do it in a continued line because continuation 3424 /* Can't do it in a continued line because continuation
3421 lines would change. */ 3425 lines would change. */
3422 (glyph_row->continued_p 3426 (glyph_row->continued_p
3423 /* Can't use this method if the line overlaps others or is 3427 /* Can't use this method if the line overlaps others or is