aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2021-11-15 10:58:13 +0000
committernicm <nicm>2021-11-15 10:58:13 +0000
commitb55f0ac6b94449b3372f0d1737fcf967f4fa13a2 (patch)
tree7990e52a80163eeaa327068efa9411de02a148f8 /tmux.h
parentcb8a0d83fbaa2ae49c06105cb94d247ef20ed91e (diff)
downloadrtmux-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 07e649f2..dfea1583 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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;