1
0
mirror of https://github.com/tmux/tmux.git synced 2025-04-23 04:48:47 +00:00

Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam 2019-03-27 14:02:36 +00:00
commit 6b38334b28

View File

@ -637,6 +637,7 @@ window_copy_cmd_stop_selection(struct window_copy_cmd_state *cs)
struct window_copy_mode_data *data = wme->data;
data->cursordrag = CURSORDRAG_NONE;
data->lineflag = LINE_SEL_NONE;
return (WINDOW_COPY_CMD_NOTHING);
}