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 64b09abf..edc2f377 100644
--- a/tmux.h
+++ b/tmux.h
@@ -934,8 +934,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;