[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev [PATCH 2.8.3.dev4] Scrollbar support
From: |
Vlad Harchev |
Subject: |
Re: lynx-dev [PATCH 2.8.3.dev4] Scrollbar support |
Date: |
Thu, 5 Aug 1999 16:24:12 +0500 (SAMST) |
On Sat, 7 Aug 1999, Ilya Zakharevich wrote:
> This patch makes it possible to compile lynx with -DUSE_SCROLLBAR
> option. Given this option, command-line options -scrollbar and
> -scrollbar_arrow as well as corresponding LYNX_CFG options are enabled.
>
> I did not add configure-support for USE_SCROLLBAR, I'm forced to ask
> somebody to do it...
>
> Enjoy,
> Ilya
Nice.
I don't remember the details of mouse handling in lynx - does it allow to
distinguish buttons? If yes, I'd like the following to be added:
If middle button was clicked on the scrollbar, the center of bar should move
to the click position (and the document to be scrolled correspondingly) - a la
Motif and Tk widgets - this gives ability of direct positioning.
Best regards,
-Vlad