diff src/ChangeLog @ 108199:97b67e89ecc5

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.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 01 May 2010 18:53:35 +0300
parents 0501d22b885f
children e30aff0bf9d5 e61225c9e186
line wrap: on
line diff
--- a/src/ChangeLog	Sat May 01 16:39:44 2010 +0300
+++ b/src/ChangeLog	Sat May 01 18:53:35 2010 +0300
@@ -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  <eliz@gnu.org>