diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-04-29 08:21:29 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-04-29 08:21:29 +0100 |
commit | 24316bed495781dd6ae3105a5e34d582f02c31e9 (patch) | |
tree | 584c8f39900909ebfdf107cf2789f6feba4d15ec /tmux.h | |
parent | c1acfb4341a57ba4f345bef40d7f125f873c3e27 (diff) | |
download | rtmux-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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; }; |