diff options
author | Thomas Adam <thomas@xteddy.org> | 2018-08-01 17:02:25 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2018-08-01 17:02:25 +0100 |
commit | 89b56c34515574b66851c82f9577b2a926947271 (patch) | |
tree | a262b4fc9747ab08a85965fc4a1dc22b8f0aed70 | |
parent | 400b807d75394e06e77b4af8ec188e59bd5b0b1d (diff) | |
parent | fe7486d43bfddbaaa8dff12f9d14e13b0d254a28 (diff) | |
download | rtmux-89b56c34515574b66851c82f9577b2a926947271.tar.gz rtmux-89b56c34515574b66851c82f9577b2a926947271.tar.bz2 rtmux-89b56c34515574b66851c82f9577b2a926947271.zip |
Merge branch 'obsd-master'
-rw-r--r-- | window-copy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/window-copy.c b/window-copy.c index a36d2d48..d865287a 100644 --- a/window-copy.c +++ b/window-copy.c @@ -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; |