aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2013-10-09 23:18:38 +0300
committerEli Zaretskii2013-10-09 23:18:38 +0300
commit9f6a18d27ebab2f41edb60cc5c45af0222f8210f (patch)
treeb52d239e11af0b930338044e865fcc5990577aec /src/ChangeLog
parent0486beac541c98698a73688991365298006f7cd3 (diff)
downloademacs-9f6a18d27ebab2f41edb60cc5c45af0222f8210f.tar.gz
emacs-9f6a18d27ebab2f41edb60cc5c45af0222f8210f.zip
Fix minor problems in text-mode menu display.
src/term.c (tty_menu_activate): Flush the output stream after showing the cursor, and don't mark the frame garbaged at exit from the function. Fixes redisplay glitches when moving from one menu to another.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1a05203273f..0597c5d9f21 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12013-10-09 Eli Zaretskii <eliz@gnu.org>
2
3 * term.c (tty_menu_activate): Flush the output stream after
4 showing the cursor, and don't mark the frame garbaged at exit from
5 the function. Fixes redisplay glitches when moving from one menu
6 to another.
7
12013-10-09 Jan Djärv <jan.h.d@swipnet.se> 82013-10-09 Jan Djärv <jan.h.d@swipnet.se>
2 9
3 * nsfns.m (Fns_convert_utf8_nfd_to_nfc): Check input for valid UTF-8 10 * nsfns.m (Fns_convert_utf8_nfd_to_nfc): Check input for valid UTF-8