Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2026-05-08 12:01:09 +01:00
2 changed files with 35 additions and 20 deletions

2
tmux.h
View File

@@ -2131,8 +2131,8 @@ struct client {
struct event message_timer;
char *prompt_string;
struct format_tree *prompt_formats;
struct utf8_data *prompt_buffer;
struct cmd_find_state prompt_state;
char *prompt_last;
size_t prompt_index;
prompt_input_cb prompt_inputcb;