Merge branch 'master' into floating_panes

This commit is contained in:
Michael Grant
2026-04-15 23:26:02 -04:00
12 changed files with 69 additions and 35 deletions

1
tmux.h
View File

@@ -2165,6 +2165,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;