comparison src/xterm.c @ 15993:36d90de737c9

(XTupdate_end): Always clear mouse_face_defer flag.
author Richard M. Stallman <rms@gnu.org>
date Sat, 31 Aug 1996 02:44:14 +0000
parents 1185f8fc0bfb
children befa11d2da7e
comparison
equal deleted inserted replaced
15992:fb5a22197a8d 15993:36d90de737c9
389 BLOCK_INPUT; 389 BLOCK_INPUT;
390 390
391 do_line_dance (); 391 do_line_dance ();
392 x_display_cursor (f, 1, curs_x, curs_y); 392 x_display_cursor (f, 1, curs_x, curs_y);
393 393
394 if (f == FRAME_X_DISPLAY_INFO (f)->mouse_face_mouse_frame) 394 FRAME_X_DISPLAY_INFO (f)->mouse_face_defer = 0;
395 FRAME_X_DISPLAY_INFO (f)->mouse_face_defer = 0;
396 #if 0 395 #if 0
397 /* This fails in the case of having updated only the echo area 396 /* This fails in the case of having updated only the echo area
398 if we have switched buffers. In that case, FRAME_CURRENT_GLYPHS 397 if we have switched buffers. In that case, FRAME_CURRENT_GLYPHS
399 has no relation to the current contents, and its charstarts 398 has no relation to the current contents, and its charstarts
400 have no relation to the contents of the window-buffer. 399 have no relation to the contents of the window-buffer.