comparison src/ChangeLog @ 108198:0501d22b885f

Fix display of truncated R2L lines on a TTY. xdisp.c (display_line): Fix prepending of truncation glyphs to R2L rows. (insert_left_trunc_glyphs): Support addition of left truncation glyphs to R2L rows.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 01 May 2010 16:39:44 +0300
parents 7da109ac81d1
children 97b67e89ecc5
comparison
equal deleted inserted replaced
108197:7da109ac81d1 108198:0501d22b885f
2 2
3 * xdisp.c (find_row_end): New function, refactored from display_line. 3 * xdisp.c (find_row_end): New function, refactored from display_line.
4 (display_line): Use it. 4 (display_line): Use it.
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.
8 (insert_left_trunc_glyphs): Support addition of left truncation
9 glyphs to R2L rows.
7 10
8 2010-04-27 Eli Zaretskii <eliz@gnu.org> 11 2010-04-27 Eli Zaretskii <eliz@gnu.org>
9 12
10 * xdisp.c (set_cursor_from_row): Fix a crash when a display string 13 * xdisp.c (set_cursor_from_row): Fix a crash when a display string
11 is continued to the next line. 14 is continued to the next line.