From a75aca4d6ad71e45601b2b45f79036fae4f0d2a6 Mon Sep 17 00:00:00 2001 From: nicm Date: Fri, 8 Jan 2021 10:09:44 +0000 Subject: Missed from last commit. --- tmux.h | 1 + 1 file changed, 1 insertion(+) 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; -- cgit v1.2.3