ref: 74d782836c121617cc9d6736b38bd9664151a777
parent: b1cd810e8ddf3ddf27bde07d56771580f7b8a60e
	author: cinap_lenrek <cinap_lenrek@felloff.net>
	date: Thu Sep 20 17:25:38 EDT 2018
	
vt: make selecting() wait until all buttons are lifted avoiding menu when chording
--- a/sys/src/cmd/vt/main.c
+++ b/sys/src/cmd/vt/main.c
@@ -1057,6 +1057,7 @@
case 3: snarfsel(); break;
case 5: paste(); break;
}
+ while(mc->buttons&7) readmouse(mc);
t = -mc->msec;
}
--
⑨