Mercurial > emacs
changeset 42375:56cc690f3c8d
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 28 Dec 2001 13:34:00 +0000 |
parents | 0f5f05b4b9c0 |
children | 0f408d016a15 |
files | src/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Fri Dec 28 13:33:37 2001 +0000 +++ b/src/ChangeLog Fri Dec 28 13:34:00 2001 +0000 @@ -1,5 +1,13 @@ 2001-12-28 Gerd Moellmann <gerd@gnu.org> + * xterm.c (notice_overwritten_cursor): Don't depend on + output_cursor and updated_area. Compare pixel coordinates with + window's cursor pixel coordinates. + (x_draw_glyphs, x_clear_end_of_line, show_mouse_face): Call + notice_overwritten_cursor with new arg list. + (show_mouse_face): Fix bug setting a row's mouse_face_p flag + unconditionally. + * xdisp.c (try_scrolling) <PT below scroll margin>: Add the height of the cursor line to the amount to scroll.