comparison src/ChangeLog @ 107995:1afd4d56683f

Fix cursor positioning at end of R2L line on TTY frames. xdisp.c (extend_face_to_end_of_line): Fix off-by-one error on TTY frames in testing whether a line needs face extension.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 17 Apr 2010 19:02:18 +0300
parents 5dc04900cbd7
children 8ef8b6523597
comparison
equal deleted inserted replaced
107994:5dc04900cbd7 107995:1afd4d56683f
1 2010-04-17 Eli Zaretskii <eliz@gnu.org> 1 2010-04-17 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (extend_face_to_end_of_line): Fix off-by-one error on
4 TTY frames in testing whether a line needs face extension.
2 5
3 * xdisp.c (extend_face_to_end_of_line): Fix face extension at ZV. 6 * xdisp.c (extend_face_to_end_of_line): Fix face extension at ZV.
4 7
5 * term.c (produce_special_glyphs): Mirror the backslash 8 * term.c (produce_special_glyphs): Mirror the backslash
6 continuation character in R2L lines. 9 continuation character in R2L lines.