shithub: riscv

Download patch

ref: 59b16cb441e8eeadab6168aacce6285dd221b6cb
parent: 0ed76cd65ed2c52d724f7d222497e45aedbc8ba4
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);
 }
--