Mercurial > emacs
diff src/dispnew.c @ 30307:faf4e303bab7
(update_text_area): Write the whole row if it
has mouse-face in it.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 18 Jul 2000 19:43:04 +0000 |
parents | d7ec5b3caccc |
children | 4cd1b8fe118c |
line wrap: on
line diff
--- a/src/dispnew.c Tue Jul 18 19:07:15 2000 +0000 +++ b/src/dispnew.c Tue Jul 18 19:43:04 2000 +0000 @@ -3938,6 +3938,7 @@ || desired_row->phys_height != current_row->phys_height || desired_row->visible_height != current_row->visible_height || current_row->overlapped_p + || current_row->mouse_face_p || current_row->x != desired_row->x) { rif->cursor_to (vpos, 0, desired_row->y, desired_row->x);