aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 0defff34..826d8ea4 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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;