git: 9front

Download patch

ref: 0d268b0f5e28a0b2bfafe5a510d40bbdb032aa52
parent: b8a33aa1cd627994bcca80672f6c879b5032df26
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;
--