Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2026-01-14 22:01:08 +00:00
4 changed files with 17 additions and 5 deletions

1
tmux.h
View File

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