Accessibility: option to prevent status line updates

Apparently some screen readers keep reading the status lines
at the bottom of the screen when parts of those change.
Add an option to prevent updates to those lines.
This commit is contained in:
Pasi Kallinen
2017-01-10 22:19:00 +02:00
parent 3ea12fe048
commit c6f26c05d7
6 changed files with 19 additions and 2 deletions

View File

@@ -232,6 +232,7 @@ struct instance_flags {
boolean echo; /* 1 to echo characters */
boolean use_menu_color; /* use color in menus; only if wc_color */
boolean use_status_hilites; /* use color in status line */
boolean status_updates; /* allow updates to bottom status lines */
boolean use_background_glyph; /* use background glyph when appropriate */
boolean hilite_pile; /* mark piles of objects with a hilite */
boolean autodescribe; /* autodescribe mode in getpos() */