[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev [PATCH 2.8.3.dev4] Scrollbar support
From: |
Ilya Zakharevich |
Subject: |
Re: lynx-dev [PATCH 2.8.3.dev4] Scrollbar support |
Date: |
Mon, 9 Aug 1999 18:31:15 -0400 (EDT) |
>> I was planning to add it either to Middle-button, or to double-click
>> of button-1 (may be better, since middle button usually posts menu).
>> The reason to not put it into the first implementation is that there
>> is no "position at line 735" lynx-keyaction. After adding this
>> keyaction (with 735 kept in a global variable) such a change is
>> trivial.
>
> Seems that variable LYMainLoop.c:Newline is responsible for it - just assign
>required value to it and lynx will go to that line.
a) This works if you want the mouse click to move you to line 7.
However, I know no global variable which keeps the total amount of
lines, thus setting Newline does not help if you want to go to 7%
of the buffer.
b) Newline works only if partial-support is compiled in.
Ilya