aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-05-30 00:01:14 +0100
committerThomas Adam <thomas@xteddy.org>2017-05-30 00:01:14 +0100
commit0d073907b59b93532f202275a95bd5064341fa01 (patch)
tree155c9464115bfb27e260a49061fe71944203198d /tmux.h
parent5ee6dc21201323fd1954c618311b233af8273543 (diff)
parent64552ae304109c00a47e4f62875f6e1ce707e099 (diff)
downloadrtmux-0d073907b59b93532f202275a95bd5064341fa01.tar.gz
rtmux-0d073907b59b93532f202275a95bd5064341fa01.tar.bz2
rtmux-0d073907b59b93532f202275a95bd5064341fa01.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 1c125f02..a0a76257 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1332,6 +1332,8 @@ struct client {
struct event status_timer;
struct screen status;
+ struct screen *old_status;
+
#define CLIENT_TERMINAL 0x1
#define CLIENT_LOGIN 0x2
#define CLIENT_EXIT 0x4
@@ -1380,6 +1382,7 @@ struct client {
#define PROMPT_SINGLE 0x1
#define PROMPT_NUMERIC 0x2
#define PROMPT_INCREMENTAL 0x4
+#define PROMPT_NOFORMAT 0x8
int prompt_flags;
struct session *session;