diff options
-rw-r--r-- | src/cmd/samterm/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
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) |