diff options
author | nicm <nicm> | 2021-11-15 10:58:13 +0000 |
---|---|---|
committer | nicm <nicm> | 2021-11-15 10:58:13 +0000 |
commit | b55f0ac6b94449b3372f0d1737fcf967f4fa13a2 (patch) | |
tree | 7990e52a80163eeaa327068efa9411de02a148f8 /tmux.h | |
parent | cb8a0d83fbaa2ae49c06105cb94d247ef20ed91e (diff) | |
download | rtmux-b55f0ac6b94449b3372f0d1737fcf967f4fa13a2.tar.gz rtmux-b55f0ac6b94449b3372f0d1737fcf967f4fa13a2.tar.bz2 rtmux-b55f0ac6b94449b3372f0d1737fcf967f4fa13a2.zip |
Leave the hardware cursor at the position of the selected line in choose
modes and current editing position and at the command prompt. It is
invisible but this is helpful for people using screen readers. GitHub
issue 2970.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1758,6 +1758,7 @@ struct client { #define PROMPT_KEY 0x10 int prompt_flags; enum prompt_type prompt_type; + int prompt_cursor; struct session *session; struct session *last_session; |