aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
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;