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 12840 invoked from network); 12 Feb 2021 08:57:41 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 12 Feb 2021 08:57:41 -0000 Received: from pb-smtp21.pobox.com ([173.228.157.53]) by 1ess; Fri Feb 12 03:49:57 -0500 2021 Received: from pb-smtp21.pobox.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id F32BF122C73 for <9front@9front.org>; Fri, 12 Feb 2021 03:49:49 -0500 (EST) (envelope-from unobe@cpan.org) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=message-id :from:content-type:to:subject:date:from:in-reply-to:mime-version :content-type:content-transfer-encoding; s=sasl; bh=Wn8eh7cG26zt Po8P+fACIv/X6c4=; b=yA8p52CbEhZljA2vtQGM7TH3HC20H1cWz/snC7KU+Kvh En2P80FkWW1HtjfkKznxqdlcdyTzfL2WjQNdmp2ZN0wXvlxnm+Tvg4JP+JCpPXRv dfhLw1x4UdlvKvXomhfPP+SiM7sd/aWJ6pbG2o0+7xf0NiFbpesI5OJhWRZkb8U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=message-id:from :content-type:to:subject:date:from:in-reply-to:mime-version :content-type:content-transfer-encoding; q=dns; s=sasl; b=d39c/B RuUBYQfizb0XZpSLzAyv1MOur1PfFZU3gAE0bJRoIKP+E2ZfwhEEGvhn63yDbHQT ytx1+YdEA9BWsAM8PC/xIaqqYyPXF77exZBihuOA7mcQJNjEcD9EYMGM7HmafcT4 DoL/dcfqxIgx2GVMnVl8eDgvUPQegWTamlF90= Received: from pb-smtp21.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id ECC94122C72 for <9front@9front.org>; Fri, 12 Feb 2021 03:49:49 -0500 (EST) (envelope-from unobe@cpan.org) Received: from samwise (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 5E29D122C71 for <9front@9front.org>; Fri, 12 Feb 2021 03:49:46 -0500 (EST) (envelope-from unobe@cpan.org) Message-ID: From: Romano Content-Type: text/plain; charset="UTF-8" To: 9front@9front.org Date: Fri, 12 Feb 2021 00:49:01 -0800 From: david@smtp.pobox.com In-Reply-To: <1E9799A4926C850AD80DD608E1E5D8A9@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Pobox-Relay-ID: 4294B032-6D0F-11EB-B436-D609E328BF65-09620299!pb-smtp21.pobox.com List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: anonymous generic replication-aware ORM over HTML core hypervisor Subject: Re: [9front] netsurf news Reply-To: 9front@9front.org Precedence: bulk Quoth telephil9@gmail.com: > > I tracked it down to netsurf/frontends/plan9/utils.c and have this patch, which works for me and hopefully is correct: > > Thanks for the patch, I pushed the fix. Thanks for applying! > > Minor feature requests are to have the double-click in the address bar > > to select all, have the address bar scroll the text (for really long > > urls), and to have the 'stop loading' as a menu3 item. > > > > Double-click is already there (pushed on Feb, 6: e5eb4955301). You need to click at the beginning or end of the url to have it select all. Also if the url bar is not focused and you hit ^B, the bar will take the focus with the url selected. Hmm, that's odd. I confirmed that I had hash a3de9f6c49521cbce2ff751b43bf4e30f8428660, which was from Feb. 11, and yet the double-click at the end or beginning did not work. But ^B suffices for what I need (select all), so thanks for the reminder! > Just pushed to add stop to menu3 Thanks!