ref: a757798f9113eeb71a57f24fa0edc9600eb62a8c
dir: /samterm-mousefocus/
diff 614f1d6268fd986fc628eec3754bd4599363ad13 uncommitted
--- a/sys/src/cmd/samterm/main.c
+++ b/sys/src/cmd/samterm/main.c
@@ -79,6 +79,13 @@
continue;
}
nwhich = flwhich(mousep->xy);
+ if(nwhich && nwhich!=which){
+ Point p = mousep->xy;
+ int b = mousep->buttons;
+ current(nwhich);
+ mousep->xy = p;
+ mousep->buttons = b;
+ }
scr = which && (ptinrect(mousep->xy, which->scroll) ||
mousep->buttons&(8|16));
if(mousep->buttons)