Add -C flag to command-prompt to match display-message -C (do not freeze

panes). From Barrett Ruth in GitHub issue 4978.
This commit is contained in:
nicm
2026-04-13 09:33:09 +00:00
parent 4b0ff07bcb
commit 147521b757
4 changed files with 10 additions and 4 deletions

1
tmux.h
View File

@@ -2112,6 +2112,7 @@ struct client {
#define PROMPT_ACCEPT 0x20
#define PROMPT_QUOTENEXT 0x40
#define PROMPT_BSPACE_EXIT 0x80
#define PROMPT_NOFREEZE 0x100
int prompt_flags;
enum prompt_type prompt_type;
int prompt_cursor;