vt: make selecting() wait until all buttons are lifted avoiding menu when chording
This commit is contained in:
parent
b9796e0774
commit
8c7a4e28d5
1 changed files with 1 additions and 0 deletions
|
@ -1057,6 +1057,7 @@ selecting(void)
|
|||
case 3: snarfsel(); break;
|
||||
case 5: paste(); break;
|
||||
}
|
||||
while(mc->buttons&7) readmouse(mc);
|
||||
t = -mc->msec;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue