aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2020-04-07 13:55:24 +0000
committernicm <nicm>2020-04-07 13:55:24 +0000
commit1c8f7c1f7afcc7d2a9fcef8d38e6c0e4451da659 (patch)
tree0579e2927793fc060a49d4e1682a4e65d3975f58 /tmux.h
parenteff881b15aba52841c7b41ff6b5dca3cf6984077 (diff)
downloadrtmux-1c8f7c1f7afcc7d2a9fcef8d38e6c0e4451da659.tar.gz
rtmux-1c8f7c1f7afcc7d2a9fcef8d38e6c0e4451da659.tar.bz2
rtmux-1c8f7c1f7afcc7d2a9fcef8d38e6c0e4451da659.zip
Do not restore history flag if it was never set.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 3cc46df1..fbf10cf4 100644
--- a/tmux.h
+++ b/tmux.h
@@ -761,6 +761,7 @@ struct screen {
u_int saved_cy;
struct grid *saved_grid;
struct grid_cell saved_cell;
+ int saved_flags;
bitstr_t *tabs;
struct screen_sel *sel;