summaryrefslogtreecommitdiffstats
path: root/cmd-new-session.c
diff options
context:
space:
mode:
authornicm <nicm>2016-11-16 11:37:16 +0000
committernicm <nicm>2016-11-16 11:37:16 +0000
commit81f1d625af785b83028ecfcc68cda47c7529c8a8 (patch)
tree9d64df25f40a66a8292280a22dffce617a6594a3 /cmd-new-session.c
parent5636d38a9dd399856fd36d33f5d14595e4cafde1 (diff)
Do not stop dragging when the wheel is pressed, from Artem Fokin.
Diffstat (limited to 'cmd-new-session.c')
-rw-r--r--cmd-new-session.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd-new-session.c b/cmd-new-session.c
index 1de2eb69..8e5520c6 100644
--- a/cmd-new-session.c
+++ b/cmd-new-session.c
@@ -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);