diff options
author | Thomas Adam <thomas@xteddy.org> | 2018-08-29 13:02:38 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2018-08-29 13:02:38 +0100 |
commit | b29028a914ba1c99a93fa51bc9a88b3d7b47dd09 (patch) | |
tree | 233c0f9bd8fef12823351b98a7f54b2fe5e623ae /tmux.h | |
parent | 1ea17a72f0d921c6630ce1cf06b470c2c5e9e994 (diff) | |
parent | f57aa143c162679555c4713ca94b7f2c60aa6bf4 (diff) | |
download | rtmux-b29028a914ba1c99a93fa51bc9a88b3d7b47dd09.tar.gz rtmux-b29028a914ba1c99a93fa51bc9a88b3d7b47dd09.tar.bz2 rtmux-b29028a914ba1c99a93fa51bc9a88b3d7b47dd09.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |