comparison 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
comparison
equal deleted inserted replaced
108198:0501d22b885f 108199:97b67e89ecc5
5 (extend_face_to_end_of_line): In almost-filled rows, extend only 5 (extend_face_to_end_of_line): In almost-filled rows, extend only
6 if the row is R2L and not continued. 6 if the row is R2L and not continued.
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
11 2010-04-27 Eli Zaretskii <eliz@gnu.org> 15 2010-04-27 Eli Zaretskii <eliz@gnu.org>
12 16
13 * xdisp.c (set_cursor_from_row): Fix a crash when a display string 17 * xdisp.c (set_cursor_from_row): Fix a crash when a display string
14 is continued to the next line. 18 is continued to the next line.