mirror of
https://github.com/tmux/tmux.git
synced 2025-01-12 11:18:48 +00:00
Initialize new lineflag member.
This commit is contained in:
parent
5f07da6227
commit
fe7486d43b
@ -214,6 +214,7 @@ window_copy_init(struct window_pane *wp, __unused struct cmd_find_state *fs,
|
|||||||
|
|
||||||
data->backing_written = 0;
|
data->backing_written = 0;
|
||||||
|
|
||||||
|
data->lineflag = LINE_SEL_NONE;
|
||||||
data->rectflag = 0;
|
data->rectflag = 0;
|
||||||
data->scroll_exit = 0;
|
data->scroll_exit = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user