aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2010-05-01 18:53:35 +0300
committerEli Zaretskii2010-05-01 18:53:35 +0300
commitb47e0dcf2db5d0f754342f0eb13e53974bfbefbe (patch)
treede93addf1282fee93f9da336dd349aa89640c2bb /src/ChangeLog
parent166e930d762b6f8f9c40d61678d4dac073d5a42e (diff)
downloademacs-b47e0dcf2db5d0f754342f0eb13e53974bfbefbe.tar.gz
emacs-b47e0dcf2db5d0f754342f0eb13e53974bfbefbe.zip
Fix cursor positioning in partial width windows on TTY.
xdisp.c (set_cursor_from_row): Don't place cursor on the vertical border glyph between adjacent windows. (try_cursor_movement): Don't assume that row->end == (row+1)->start, test for that explicitly.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7becf77dde9..4de1618f4d6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -7,6 +7,10 @@
7 (display_line): Fix prepending of truncation glyphs to R2L rows. 7 (display_line): Fix prepending of truncation glyphs to R2L rows.
8 (insert_left_trunc_glyphs): Support addition of left truncation 8 (insert_left_trunc_glyphs): Support addition of left truncation
9 glyphs to R2L rows. 9 glyphs to R2L rows.
10 (set_cursor_from_row): Don't place cursor on the vertical border
11 glyph between adjacent windows.
12 (try_cursor_movement): Don't assume that row->end == (row+1)->start,
13 test for that explicitly.
10 14
112010-04-27 Eli Zaretskii <eliz@gnu.org> 152010-04-27 Eli Zaretskii <eliz@gnu.org>
12 16