Allow control characters to be entered at the command prompt prefixed

with with C-v, from  Alexander Arch in GitHub issue 4206.
This commit is contained in:
nicm
2024-10-25 15:32:51 +00:00
parent 487b0ee124
commit 71a503e40c
2 changed files with 35 additions and 5 deletions

1
tmux.h
View File

@ -1938,6 +1938,7 @@ struct client {
#define PROMPT_NOFORMAT 0x8
#define PROMPT_KEY 0x10
#define PROMPT_ACCEPT 0x20
#define PROMPT_QUOTENEXT 0x40
int prompt_flags;
enum prompt_type prompt_type;
int prompt_cursor;