Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2017-02-06 16:01:20 +00:00
5 changed files with 15 additions and 4 deletions

1
tmux.h
View File

@ -1228,6 +1228,7 @@ struct cmdq_item {
struct cmd_list *cmdlist;
struct cmd *cmd;
int repeat;
cmdq_cb cb;
void *data;