Place hardware TTY cursor at the active menu item when displaying a menu.
commita55ea27f60f94ff3fc3e02e253056137fc56c35b
authorEli Zaretskii <eliz@gnu.org>
Tue, 29 Apr 2014 15:33:37 +0000 (29 18:33 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 29 Apr 2014 15:33:37 +0000 (29 18:33 +0300)
treec453f04cf112482b1467d2b5317d7a2dd025e571
parent119bf2f4b11567f918c0ae3a052f63328b9dd36a
Place hardware TTY cursor at the active menu item when displaying a menu.

 src/term.c (tty_menu_display): Move the cursor to the active menu
 item.
 (tty_menu_activate): Return the cursor to the active menu item
 after displaying the menu and after displaying help-echo.  See
 http://lists.gnu.org/archive/html/emacs-devel/2014-04/msg00402.html
 for the details of why this is needed by screen readers and
 Braille displays.
src/ChangeLog
src/term.c