aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2010-04-17 19:02:18 +0300
committerEli Zaretskii2010-04-17 19:02:18 +0300
commit43a03da53d3f6bc82813e070e506b0fc367456a4 (patch)
treeb31c331c8c48e551d284690437a3ca33d214abbe /src/ChangeLog
parent26cdf52838e1711c9659d6d3908a24805c08925b (diff)
downloademacs-43a03da53d3f6bc82813e070e506b0fc367456a4.tar.gz
emacs-43a03da53d3f6bc82813e070e506b0fc367456a4.zip
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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8decf682bb8..7f081d9563f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12010-04-17 Eli Zaretskii <eliz@gnu.org> 12010-04-17 Eli Zaretskii <eliz@gnu.org>
2 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.
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