From b47e0dcf2db5d0f754342f0eb13e53974bfbefbe Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 1 May 2010 18:53:35 +0300 Subject: 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. --- src/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 7becf77dde9..4de1618f4d6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -7,6 +7,10 @@ (display_line): Fix prepending of truncation glyphs to R2L rows. (insert_left_trunc_glyphs): Support addition of left truncation glyphs to R2L rows. + (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. 2010-04-27 Eli Zaretskii -- cgit v1.2.1