Do not restore history flag if it was never set.

This commit is contained in:
nicm
2020-04-07 13:55:24 +00:00
parent eff881b15a
commit 1c8f7c1f7a
2 changed files with 4 additions and 1 deletions

1
tmux.h
View File

@ -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;