> On Sep 7, 2018, at 1:35 AM, Rudolf Sykora wrote:
>
> But. There are several parts of the system: jlibrary, jconsole, jqt.
> The first two I finally managed to compile on OpenBSD, I failed with
> jqt (which is a very nice qt-based environment, btw.) And nobody will
> use the latter on Plan9.
since commit 9af9ceca, the metal backend has (undocumented),
Allow touch events to simulate mouse clicks:
three finger tap for the middle mouse button;
four finger tap for the 2-1 chord.
In addition Ctrl/Alt/Cmd works as 1/2/3 button, so you can invoke 2-1 chord by
pressing Alt and then Ct
Thanks for doing this.
Please add me (jxy) to the GitHub org.
I plan to maintain drawterm-metal so long as I'm using it.
--
9fans: 9fans
Permalink:
https://9fans.topicbox.com/groups/9fans/T303744e1ec6d2108-Mb35e89ba494b39cee28abc84
Delivery options: https:
Can you share the set of software and the workflow you used
for the hg to git conversion?
> On Jul 2, 2020, at 9:47 AM, o...@eigenstate.org wrote:
>
>> yup: https://github.com/Plan9-Archive
>>
>> On Thu, Jul 2, 2020 at 3:47 PM raingloom wrote:
>>>
>>> I just learned about this today. There are
> On Apr 9, 2021, at 12:57 PM, sirjofri wrote:
>
> Writer's Workbench
>
> https://git.sr.ht/~sirjofri/wwb9
>
> (Works on 9, but I need to make it better for different platforms and some
> tools need adjustments. Send patches.)
What exactly is the license? Even just reading code of unclear li
> On Jul 20, 2021, at 10:52 PM, Lucio De Re wrote:
>
> what would
> it take to serve 9P on Posix (in P9P, in other words) over the
> network? Fontsrv and gitsrv would be immediate beneficiaries.
Just run it like,
fontsrv -s 'tcp!192.168.9.2!1500'
and I've no idea what gitsrv is.
-
> On Jul 21, 2021, at 11:08 AM, Dan Cross wrote:
>
> ssh linuxpc drawterm -c srvdev.rc
>
> yes it's a lot of back and forth, but ssh only is needed for running
> the process, the data afterwards can use 9p directly.
>
> What's the difference between that and using something like u9fs?
auth?
-
> On Jul 21, 2021, at 11:42 AM, Dan Cross wrote:
>
> On Wed, Jul 21, 2021 at 12:17 PM Xiao-Yong Jin wrote:
> > On Jul 21, 2021, at 11:08 AM, Dan Cross wrote:
> > > ssh linuxpc drawterm -c srvdev.rc
> > >
> > > yes it's a lot of back and fort
> On Jul 21, 2021, at 12:16 PM, Dan Cross wrote:
>
> Nothing prevents you from invoking u9fs over an SSH connection; one needn't
> run it from inetd, and I doubt anyone has in 20 years.
You are right. In that case, the only difference is just that,
citing hiro,
yes it's a lot of back