Missed from last commit.

This commit is contained in:
nicm 2021-01-08 10:09:44 +00:00
parent b96c5e3687
commit a75aca4d6a
1 changed files with 1 additions and 0 deletions

1
tmux.h
View File

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