summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/src/cmd/samterm/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/samterm/main.c b/sys/src/cmd/samterm/main.c
index 315b69d80..c9b29df4d 100644
--- a/sys/src/cmd/samterm/main.c
+++ b/sys/src/cmd/samterm/main.c
@@ -78,7 +78,7 @@ threadmain(int argc, char *argv[])
scr = which && ptinrect(mousep->xy, which->scroll);
if(mousep->buttons)
flushtyping(1);
- if((mousep->buttons&1) == 0)
+ if((mousep->buttons&1)==0)
chord = 0;
if(chord && which && which==nwhich){
chord |= mousep->buttons;