[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: LYNX-DEV Idea for hopefully new feature
From: |
Bela Lubkin |
Subject: |
Re: LYNX-DEV Idea for hopefully new feature |
Date: |
Sun, 7 Sep 1997 02:50:14 +0000 |
Larry W. Virden wrote:
> I hope I have not missed this feature because my terminology and lynx's is
> different.
>
> When I press my keyboard's up and down arrows, the next n lines of text
> displays. Sometimes though what I want lynx to do is position itself at
> the next hyperlink, regardless of how many lines of non-hyper text are
> in between.
>
> I know that I can specify a specific link number and use Goto. But
> would it be hard to add a Next and Previous link scrolling feature?
How about Goto +1, Goto -1? follow_link_number() in LYGetFile.c looks
like the place to modify. You would also have to do something in
LYMainLoop.c to allow +number and -numbers to be entered, and to allow
"number" to be distinguished from "+number".
This would give Lynx "go [forward/back] X-number-of [hyperlinks/pages]"
commands -- all quite useful.
>Bela<
;
; To UNSUBSCRIBE: Send a mail message to address@hidden
; with "unsubscribe lynx-dev" (without the
; quotation marks) on a line by itself.
;