Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2016-10-13 12:01:11 +01:00
11 changed files with 92 additions and 21 deletions

1
tmux.h
View File

@ -1732,6 +1732,7 @@ int cmd_find_target(struct cmd_find_state *,
struct client *cmd_find_client(struct cmd_q *, const char *, int);
void cmd_find_clear_state(struct cmd_find_state *, struct cmd_q *,
int);
int cmd_find_empty_state(struct cmd_find_state *);
int cmd_find_valid_state(struct cmd_find_state *);
void cmd_find_copy_state(struct cmd_find_state *,
struct cmd_find_state *);