From 7d01a5019b1e8ad004f491c0644b6c97452f0bac Mon Sep 17 00:00:00 2001 From: Petter Rodhelind Date: Wed, 25 Oct 2017 12:31:51 +0200 Subject: samterm: Remove focus follows mouse. --- src/cmd/samterm/main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/cmd/samterm') diff --git a/src/cmd/samterm/main.c b/src/cmd/samterm/main.c index a97516c4..e12eb860 100644 --- a/src/cmd/samterm/main.c +++ b/src/cmd/samterm/main.c @@ -108,8 +108,6 @@ threadmain(int argc, char *argv[]) continue; } nwhich = flwhich(mousep->xy); - if(nwhich && nwhich!=which) - current(nwhich); //scr = which && ptinrect(mousep->xy, which->scroll); scr = which && (ptinrect(mousep->xy, which->scroll) || mousep->buttons&(8|16)); if(mousep->buttons) -- cgit v1.2.3