Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2020-04-18 16:01:34 +01:00
2 changed files with 3 additions and 3 deletions

4
tmux.h
View File

@ -936,8 +936,8 @@ struct window_pane {
char *searchstr;
int searchregex;
u_int written;
u_int skipped;
size_t written;
size_t skipped;
TAILQ_ENTRY(window_pane) entry;
RB_ENTRY(window_pane) tree_entry;