aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 16cf414b..e5d7be90 100644
--- a/tmux.h
+++ b/tmux.h
@@ -934,6 +934,9 @@ struct window_pane {
char *searchstr;
int searchregex;
+ u_int written;
+ u_int skipped;
+
TAILQ_ENTRY(window_pane) entry;
RB_ENTRY(window_pane) tree_entry;
};