diff options
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; |