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 7792 invoked from network); 28 Nov 2022 21:21:47 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 28 Nov 2022 21:21:47 -0000 Received: from pb-smtp21.pobox.com ([173.228.157.53]) by 9front; Mon Nov 28 16:20:42 -0500 2022 Received: from pb-smtp21.pobox.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 254601D816A for <9front@9front.org>; Mon, 28 Nov 2022 16:20:36 -0500 (EST) (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=avpCZooUewx3P8y73ISYrC59Y C5wfeboXj/Wc8GESNI=; b=CIa8Qm/rhcJ/m6LQ7PX4SOAy6cObBkCPLA5aaSJeu jROYTJ7Xg99Uc/enVkzs08V/hIHI/Xv9U70nzOq1bRK2CQCND6reOFlmbHUrxcDP h15MFn41MRsXJze5/TY4dn2L6F+xtqDitU6UjFX3oKh0ufnjoW5IrgyYXega9oCn J4= Received: from pb-smtp21.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 1E1401D8169 for <9front@9front.org>; Mon, 28 Nov 2022 16:20:36 -0500 (EST) (envelope-from unobe@cpan.org) Received: from strider.localdomain (unknown [72.111.67.58]) (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 8C86E1D8167 for <9front@9front.org>; Mon, 28 Nov 2022 16:20:32 -0500 (EST) (envelope-from unobe@cpan.org) Message-ID: To: 9front@9front.org Date: Mon, 28 Nov 2022 13:20:29 -0800 From: unobe@cpan.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Pobox-Relay-ID: 7DCF77E8-6F62-11ED-8C2D-B31D44D1D7AA-09620299!pb-smtp21.pobox.com List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: full-stack extension software Subject: Re: [9front] 9front on the Allwinner A64 Reply-To: 9front@9front.org Precedence: bulk Quoth adventures in9 : > If you just want rio on a handheld, that has been done. You can dig > around the old plan9 code for stuff for the compaq ipaq. There is > bitsy/keyboard for on screen keyboard. > > The trickier part is going to be rethinking everything for what is > effectively a "1 button mouse" style of input. And that apps run more > as full screen in virtual desktops than as windows that change > position. Or maybe use a tiling window manager? I ran drawterm w/bitsy/keyboard on the Pine Phone, and was using a mapping of the audio keys as buttons 2/3 using a keymapper on the linux-side. It'd be better to be native.