sam: whitespace/style
parent
0c22c05a96
commit
69ef714c5c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue