diff options
| author | Eli Zaretskii | 2013-10-09 23:18:38 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-10-09 23:18:38 +0300 |
| commit | 9f6a18d27ebab2f41edb60cc5c45af0222f8210f (patch) | |
| tree | b52d239e11af0b930338044e865fcc5990577aec /src/ChangeLog | |
| parent | 0486beac541c98698a73688991365298006f7cd3 (diff) | |
| download | emacs-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/ChangeLog | 7 |
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 @@ | |||
| 1 | 2013-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 | |||
| 1 | 2013-10-09 Jan Djärv <jan.h.d@swipnet.se> | 8 | 2013-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 |