summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/tmux.h
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2017-05-29 20:42:53 +0000
committernicm <nicm@openbsd.org>2017-05-29 20:42:53 +0000
commit01948674f8e2ae71db174444265cb88a64b0ffec (patch)
treeb58cdde10ab3ba9e13a311ebfd0b79b94f6edcc1 /usr.bin/tmux/tmux.h
parentStore a copy of the old status line, will be needed soon for new choose mode. (diff)
downloadwireguard-openbsd-01948674f8e2ae71db174444265cb88a64b0ffec.tar.xz
wireguard-openbsd-01948674f8e2ae71db174444265cb88a64b0ffec.zip
Add a flag to stop the prompt input being expanded.
Diffstat (limited to 'usr.bin/tmux/tmux.h')
-rw-r--r--usr.bin/tmux/tmux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h
index c80806506cf..11e0ff55054 100644
--- a/usr.bin/tmux/tmux.h
+++ b/usr.bin/tmux/tmux.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tmux.h,v 1.773 2017/05/29 20:41:29 nicm Exp $ */
+/* $OpenBSD: tmux.h,v 1.774 2017/05/29 20:42:53 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
@@ -1378,6 +1378,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;