Alpinweis | 14 May 09:47
Picon

mouse wheel scrolling

Hi,
I just managed to install inferno on FreeBSD 7.0. I was wondering if
there is a way to enable mouse wheel scrolling in wm's windows (charon
- in particular).
Thanks in advance.

Pavel Nevidomsky | 17 May 19:05
Picon

Re: mouse wheel scrolling

You can write some code to support it. Cheers.
 
On 5/14/08, Alpinweis <alpinweis-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
Hi,
I just managed to install inferno on FreeBSD 7.0. I was wondering if
there is a way to enable mouse wheel scrolling in wm's windows (charon
- in particular).
Thanks in advance.



--
Best Regards
Charles Forsyth | 17 May 23:00

Re: mouse wheel scrolling

i've a feeling there are changes in acme-sac for that, and if so,
i'll copy them in.
Picon
From: Pavel Nevidomsky <nevidomsky@...>
Subject: Re: [inferno-list] mouse wheel scrolling
Date: 2008-05-17 17:05:02 GMT

You can write some code to support it. Cheers.
 
On 5/14/08, Alpinweis <alpinweis-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
Hi,
I just managed to install inferno on FreeBSD 7.0. I was wondering if
there is a way to enable mouse wheel scrolling in wm's windows (charon
- in particular).
Thanks in advance.



--
Best Regards

Re: mouse wheel scrolling

I have this change for MacOS (Hmmm, not sure whether I made it or
 I took it from Andrey, don't remember)

Anyway, the wheel is working for me on MacOS.
If it's not already in the distribution drop me a line and I'll
forward the source.

On Sat, May 17, 2008 at 11:00 PM, Charles Forsyth <forsyth@...> wrote:
> i've a feeling there are changes in acme-sac for that, and if so,
> i'll copy them in.
>
>
> ---------- Forwarded message ----------
> From: "Pavel Nevidomsky" <nevidomsky@...>
> To: inferno-list@...
> Date: Sat, 17 May 2008 13:05:02 -0400
> Subject: Re: [inferno-list] mouse wheel scrolling
> You can write some code to support it. Cheers.
>
> On 5/14/08, Alpinweis <alpinweis@...> wrote:
>>
>> Hi,
>> I just managed to install inferno on FreeBSD 7.0. I was wondering if
>> there is a way to enable mouse wheel scrolling in wm's windows (charon
>> - in particular).
>> Thanks in advance.
>
>
>
> --
> Best Regards
>

Pavel Nevidomsky | 18 May 00:11
Picon

Re: mouse wheel scrolling

Also very useful to copy resize inferno-window and drawing the cursor.
I replace c-files from Labs, but I couldn't compile. May be Caerwyn uses different compiler then me.
Thanks.
 
On 5/17/08, Charles Forsyth <forsyth-SXSQbKlNroUXhy9q4Lf3Ug@public.gmane.org> wrote:
i've a feeling there are changes in acme-sac for that, and if so,
i'll copy them in.
 


---------- Forwarded message ----------
From: "Pavel Nevidomsky" <nevidomsky-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: inferno-list-VZPH4yCFGSyB+jHODAdFcQ@public.gmane.org
Date: Sat, 17 May 2008 13:05:02 -0400
Subject: Re: [inferno-list] mouse wheel scrolling
You can write some code to support it. Cheers.
 
On 5/14/08, Alpinweis <alpinweis-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
Hi,
I just managed to install inferno on FreeBSD 7.0. I was wondering if
there is a way to enable mouse wheel scrolling in wm's windows (charon
- in particular).
Thanks in advance.



--
Best Regards



--
Best Regards
hiro | 18 May 13:27

Re: mouse wheel scrolling

> Also very useful to copy resize inferno-window and drawing the cursor.

You can resize the inferno window on the mac?

--
hiro

Gorka Guardiola | 18 May 20:08
Picon

Re: mouse wheel scrolling

On Sun, May 18, 2008 at 1:27 PM, hiro <23hiro@...> wrote:
>> Also very useful to copy resize inferno-window and drawing the cursor.
>
> You can resize the inferno window on the mac?
>

No, but you can resize drawterm.

--

-- 
- curiosity sKilled the cat

Axel Belinfante | 18 May 22:21
X-Face
Picon
Picon
Picon

Re: mouse wheel scrolling

> >> Also very useful to copy resize inferno-window and drawing the cursor.
> >
> > You can resize the inferno window on the mac?
> >
> 
> No, but you can resize drawterm.

and acme-sac.

rog | 20 May 13:04
Favicon

Re: mouse wheel scrolling

> You can resize the inferno window on the mac?

i've knocked together a bastardised version of acme-sac and the usual window
manager, which allows me to resize the inferno window under mac os;
it's not perfect (for instance, the ESC key doesn't work, and neither
does double-clicking in anything Tk), it proves it's not too hard.

unfortunately i've forgotten the (small) changes that i had to make in doing so.
i think that more or less the only thing i did was add some code for
reading #w/wmsize to /appl/wm/wm.b

when i have a moment to spend, i'll see whether i can fix those problems;
they shouldn't be too hard.


Gmane