diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-04-18 16:01:34 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-04-18 16:01:34 +0100 |
commit | 2ccf15e5d8611d8125b81dac1fb56a2696fecee4 (patch) | |
tree | ba2dd34bd412f063cf761814563f604a05fe3c15 /tmux.h | |
parent | d55510ebc8b44fa8784fd6257831c82841afd52f (diff) | |
parent | 4a93294152efb921bb5bada71164c47a57518e31 (diff) | |
download | rtmux-2ccf15e5d8611d8125b81dac1fb56a2696fecee4.tar.gz rtmux-2ccf15e5d8611d8125b81dac1fb56a2696fecee4.tar.bz2 rtmux-2ccf15e5d8611d8125b81dac1fb56a2696fecee4.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |