Merge branch 'obsd-master' into master

This commit is contained in:
Thomas Adam 2021-01-08 12:01:21 +00:00
commit dc1e1125a5

1
tmux.h
View File

@ -1695,6 +1695,7 @@ struct client {
char *prompt_string;
struct utf8_data *prompt_buffer;
char *prompt_last;
size_t prompt_index;
prompt_input_cb prompt_inputcb;
prompt_free_cb prompt_freecb;