From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=DKIM_SIGNED,DKIM_VALID autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 25206 invoked from network); 30 Jul 2021 21:45:20 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 30 Jul 2021 21:45:20 -0000 Received: from pb-smtp21.pobox.com ([173.228.157.53]) by 1ess; Fri Jul 30 17:22:17 -0400 2021 Received: from pb-smtp21.pobox.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id DCE771502F9 for <9front@9front.org>; Fri, 30 Jul 2021 17:22:07 -0400 (EDT) (envelope-from unobe@cpan.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=message-id :to:subject:date:from:in-reply-to:mime-version:content-type :content-transfer-encoding; s=sasl; bh=Dl2wwyzJQGilCn8zamFQKPqrb sRkmgkf6TIH3i7epgc=; b=JnDGOCItFQEPOb8+W3URJVmtnyOsNTNKSUvfP+fdf G0QN65VO0agRfGAswn6zWL5AZM+PDYQnqh16FvTHZ/lVM5Lmr5giFosCQmb0IibN RDDMGYoelZcB8T2NPgynv25GU3yvuqbre/8PTZovMUyapehx9AY40qJJErlHPYzB +4= Received: from pb-smtp21.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id D585B1502F8 for <9front@9front.org>; Fri, 30 Jul 2021 17:22:07 -0400 (EDT) (envelope-from unobe@cpan.org) Received: from strider (unknown [47.34.135.186]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp21.pobox.com (Postfix) with ESMTPSA id 188481502F6 for <9front@9front.org>; Fri, 30 Jul 2021 17:22:05 -0400 (EDT) (envelope-from unobe@cpan.org) Message-ID: <10B9F0ED6F6F1AB8F807B127B0C190F9@smtp.pobox.com> To: 9front@9front.org Date: Fri, 30 Jul 2021 14:22:03 -0700 From: unobe@cpan.org In-Reply-To: <2F8DC22403C72B3743F47AE1883855D7@sdf.org> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Pobox-Relay-ID: 302F4992-F17C-11EB-BA5C-FA9E2DDBB1FC-09620299!pb-smtp21.pobox.com List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: cache hypervisor method Subject: Re: [9front] [PATCH] vdiff: assorted changes to share Reply-To: 9front@9front.org Precedence: bulk Quoth nicolagi@sdf.org: > Quoth nicolagi@sdf.org: > > * Scrollwheel scroll by 1 instead of 10 -- personal preference here I > > guess. But I finally found out why I can't use the scrollwheel on > > 9front haha, I just have to change the scroll step in the programs I > > use. :-) > > Actually mousescrollsize() seems the way to go here; I've updated my > copy of vdiff to use it. That helper is used in acme, but not in sam > nor in rio (unless shift is down when using the scrollwheel). AFAICT > from plan9-4e sources, mousescrollsize() is honored in rio there. > Is phil9 open to taking all, or at least some, of your patches? Have you reached out to him?