diff options
| author | Gerd Moellmann | 2002-04-23 15:44:46 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2002-04-23 15:44:46 +0000 |
| commit | 516074a15e810d88c96500f0f99bf549f2b8ce73 (patch) | |
| tree | a5a5096a73442811f03635420b2c4b43fad41cda /src/ChangeLog | |
| parent | 262748c5747f8d99de45ebeec9833f6945e103fd (diff) | |
| download | emacs-516074a15e810d88c96500f0f99bf549f2b8ce73.tar.gz emacs-516074a15e810d88c96500f0f99bf549f2b8ce73.zip | |
(notice_overwritten_cursor): Handle the special case
of the cursor being in the first blank non-text line at the
end of a window.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 54ee39a2314..8a8b1ad7b3a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2002-04-23 Gerd Moellmann <gerd@gnu.org> | 1 | 2002-04-23 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xterm.c (notice_overwritten_cursor): Handle the special case | ||
| 4 | of the cursor being in the first blank non-text line at the | ||
| 5 | end of a window. | ||
| 6 | |||
| 3 | * xterm.c (x_draw_hollow_cursor, x_draw_bar_cursor) | 7 | * xterm.c (x_draw_hollow_cursor, x_draw_bar_cursor) |
| 4 | (x_draw_phys_cursor_glyph): Set phys_cursor_width here. | 8 | (x_draw_phys_cursor_glyph): Set phys_cursor_width here. |
| 5 | (x_display_and_set_cursor): Don't set phys_cursor_width here, for | 9 | (x_display_and_set_cursor): Don't set phys_cursor_width here, for |