diff options
| author | Eli Zaretskii | 2010-11-17 21:15:24 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2010-11-17 21:15:24 +0200 |
| commit | 146d267b8b8ef2c1823d54eb8a056bb6c443a22d (patch) | |
| tree | 3c0feb862315b9394c7cd460444af1d4ea5553f7 /src/ChangeLog | |
| parent | fad0d5651923be042a38d89dfbd67c97dfd92a56 (diff) | |
| download | emacs-146d267b8b8ef2c1823d54eb8a056bb6c443a22d.tar.gz emacs-146d267b8b8ef2c1823d54eb8a056bb6c443a22d.zip | |
Fix bug #7417 with cursor positioning on empty lines.
xdisp.c (set_cursor_from_row): Fix cursor positioning in empty
lines on text-mode terminals.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 240155181c4..43a38c6a728 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-11-17 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (set_cursor_from_row): Fix cursor positioning in empty | ||
| 4 | lines on text-mode terminals. (bug#7417) | ||
| 5 | |||
| 1 | 2010-11-17 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2010-11-17 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 7 | ||
| 3 | * xterm.c (get_current_wm_state): Rename from get_current_vm_state. | 8 | * xterm.c (get_current_wm_state): Rename from get_current_vm_state. |