aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index 5ec263e7..46117659 100644
--- a/tmux.h
+++ b/tmux.h
@@ -958,8 +958,7 @@ struct client {
void (*prompt_freefn)(void *);
void *prompt_data;
-#define PROMPT_HIDDEN 0x1
-#define PROMPT_SINGLE 0x2
+#define PROMPT_SINGLE 0x1
int prompt_flags;
u_int prompt_hindex;