aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-04-18 16:01:34 +0100
committerThomas Adam <thomas@xteddy.org>2020-04-18 16:01:34 +0100
commit2ccf15e5d8611d8125b81dac1fb56a2696fecee4 (patch)
treeba2dd34bd412f063cf761814563f604a05fe3c15 /tmux.h
parentd55510ebc8b44fa8784fd6257831c82841afd52f (diff)
parent4a93294152efb921bb5bada71164c47a57518e31 (diff)
downloadrtmux-2ccf15e5d8611d8125b81dac1fb56a2696fecee4.tar.gz
rtmux-2ccf15e5d8611d8125b81dac1fb56a2696fecee4.tar.bz2
rtmux-2ccf15e5d8611d8125b81dac1fb56a2696fecee4.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index b2e7cb64..35ae6a2a 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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;