aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2020-04-29 08:21:29 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2020-04-29 08:21:29 +0100
commit24316bed495781dd6ae3105a5e34d582f02c31e9 (patch)
tree584c8f39900909ebfdf107cf2789f6feba4d15ec /tmux.h
parentc1acfb4341a57ba4f345bef40d7f125f873c3e27 (diff)
downloadrtmux-24316bed495781dd6ae3105a5e34d582f02c31e9.tar.gz
rtmux-24316bed495781dd6ae3105a5e34d582f02c31e9.tar.bz2
rtmux-24316bed495781dd6ae3105a5e34d582f02c31e9.zip
Apply a format when redrawing pane borders.
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 9fd05130..e1b86322 100644
--- a/tmux.h
+++ b/tmux.h
@@ -955,6 +955,9 @@ struct window_pane {
size_t written;
size_t skipped;
+ int border_gc_set;
+ struct grid_cell border_gc;
+
TAILQ_ENTRY(window_pane) entry;
RB_ENTRY(window_pane) tree_entry;
};