Do not stop dragging when the wheel is pressed, from Artem Fokin.

This commit is contained in:
nicm
2016-11-16 11:37:16 +00:00
parent 5636d38a9d
commit 81f1d625af
2 changed files with 4 additions and 4 deletions

View File

@ -105,8 +105,8 @@ cmd_new_session_exec(struct cmd *self, struct cmdq_item *item)
if (args_has(args, 'A')) {
/*
* This item is now destined for
* attach-session. Because attach-session
* will have already been prepared, copy this
* attach-session. Because attach-session will
* have already been prepared, copy this
* session into its tflag so it can be used.
*/
cmd_find_from_session(&item->state.tflag, as);