Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/src/ChangeLog Sat May 01 13:49:09 2010 +0300 +++ b/src/ChangeLog Sat May 01 16:39:44 2010 +0300 @@ -4,6 +4,9 @@ (display_line): Use it. (extend_face_to_end_of_line): In almost-filled rows, extend only if the row is R2L and not continued. + (display_line): Fix prepending of truncation glyphs to R2L rows. + (insert_left_trunc_glyphs): Support addition of left truncation + glyphs to R2L rows. 2010-04-27 Eli Zaretskii <eliz@gnu.org>