diff options
author | Eli Zaretskii <eliz@gnu.org> | 2012-12-27 19:29:14 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2012-12-27 19:29:14 +0200 |
commit | 7a3a74936f32dd6f3778b7d15264ec843e203f04 (patch) | |
tree | cde2f609b43a50b68044cc401b378e64294a4ad6 /src/ChangeLog | |
parent | c88943a2a42107443a1eb776687fe1f1e5e876ac (diff) | |
download | emacs-7a3a74936f32dd6f3778b7d15264ec843e203f04.tar.gz |
Fix bug #13277 with TTY cursor positioning in a line with overlay arrow.
src/xdisp.c (set_cursor_from_row): Don't confuse a truncation or
continuation glyph on a TTY with an indication of an empty line.
src/dispextern.h: Improve commentary to glyph->charpos and
glyph->object.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fccdc1dfcae..fefe16a5f8f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2012-12-27 Eli Zaretskii <eliz@gnu.org> + + * xdisp.c (set_cursor_from_row): Don't confuse a truncation or + continuation glyph on a TTY with an indication of an empty line. + (Bug#13277) + 2012-12-27 Glenn Morris <rgm@gnu.org> * cygw32.c (Fcygwin_convert_file_name_to_windows) |