aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2018-08-29 13:02:38 +0100
committerThomas Adam <thomas@xteddy.org>2018-08-29 13:02:38 +0100
commitb29028a914ba1c99a93fa51bc9a88b3d7b47dd09 (patch)
tree233c0f9bd8fef12823351b98a7f54b2fe5e623ae /tmux.h
parent1ea17a72f0d921c6630ce1cf06b470c2c5e9e994 (diff)
parentf57aa143c162679555c4713ca94b7f2c60aa6bf4 (diff)
downloadrtmux-b29028a914ba1c99a93fa51bc9a88b3d7b47dd09.tar.gz
rtmux-b29028a914ba1c99a93fa51bc9a88b3d7b47dd09.tar.bz2
rtmux-b29028a914ba1c99a93fa51bc9a88b3d7b47dd09.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 76130265..9308f6e5 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1384,6 +1384,7 @@ struct client {
void *prompt_data;
u_int prompt_hindex;
enum { PROMPT_ENTRY, PROMPT_COMMAND } prompt_mode;
+ struct utf8_data *prompt_saved;
#define PROMPT_SINGLE 0x1
#define PROMPT_NUMERIC 0x2