aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2020-04-18 07:19:28 +0000
committernicm <nicm>2020-04-18 07:19:28 +0000
commite153b928ff5139fdc39b45db493a1c81d2175d21 (patch)
treebb19e5fdfbe10864a825ca27d72a0a0c94641062 /tmux.h
parentbaf1fca27348a2950b7d1bb26cdf4d34a752b962 (diff)
downloadrtmux-e153b928ff5139fdc39b45db493a1c81d2175d21.tar.gz
rtmux-e153b928ff5139fdc39b45db493a1c81d2175d21.tar.bz2
rtmux-e153b928ff5139fdc39b45db493a1c81d2175d21.zip
Add formats for pane written/skipped bytes for debugging.
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;
};