Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2024-10-04 22:01:09 +01:00
6 changed files with 48 additions and 13 deletions

1
tmux.h
View File

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