1
0
mirror of https://github.com/tmux/tmux.git synced 2025-03-22 12:58:48 +00:00

Initialize new lineflag member.

This commit is contained in:
nicm 2018-08-01 15:22:40 +00:00
parent 5f07da6227
commit fe7486d43b

View File

@ -214,6 +214,7 @@ window_copy_init(struct window_pane *wp, __unused struct cmd_find_state *fs,
data->backing_written = 0;
data->lineflag = LINE_SEL_NONE;
data->rectflag = 0;
data->scroll_exit = 0;