shithub: riscv

Download patch

ref: 69ef714c5cd695b620f1a6a70e5ec19d8331069a
parent: 0c22c05a968645722e870b2254111b93f02baf83
author: cinap_lenrek <cinap_lenrek@rei2.9hal>
date: Thu Feb 9 20:44:22 EST 2012

sam: whitespace/style

--- a/sys/src/cmd/samterm/main.c
+++ b/sys/src/cmd/samterm/main.c
@@ -78,7 +78,7 @@
 			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;
--