Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2018-08-29 13:02:38 +01:00
3 changed files with 32 additions and 14 deletions

1
tmux.h
View File

@ -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