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.
This commit is contained in:
nicm
2021-11-15 10:58:13 +00:00
parent cb8a0d83fb
commit b55f0ac6b9
4 changed files with 21 additions and 6 deletions

1
tmux.h
View File

@ -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;