git: 9front

Download patch

ref: 7e0a1d634adc81dc5ff6423aad2e88d0fc80efe6
parent: 927f07b532cfa6fc095855d7b668242b8ced51dd
author: cinap_lenrek <cinap_lenrek@gmx.de>
date: Tue Jul 3 21:18:59 EDT 2012

mothra: scrollbar mouse grab in alt display

--- a/sys/src/cmd/mothra/mothra.c
+++ b/sys/src/cmd/mothra/mothra.c
@@ -184,7 +184,7 @@
 			plscroll(text, 0, bar);
 	plgrabkb(cmd);
 	alt=plpopup(0, PACKE|EXPAND, 0, 0, menu3);
-		bar=plscrollbar(alt, PACKW);
+		bar=plscrollbar(alt, PACKW|USERFL);
 		alttext=pltextview(alt, PACKE|EXPAND, Pt(0, 0), 0, dolink);
 		plscroll(alttext, 0, bar);
 }
--