lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lynx-dev] important improvements


From: PBM .
Subject: Re: [Lynx-dev] important improvements
Date: Mon, 11 Jun 2007 14:41:02 +0200

About CPU cycles: this is definition of "(" - default for page up half
what state of art it is:

static void handle_LYK_UP_HALF(int *arrowup,
                              int *old_c,
                              int real_c)
{
   handle_LYK_UP_xxx(arrowup, old_c, real_c, display_lines / 2);
}

and this is definition of "^P" - default for scroll up by two:

static void handle_LYK_UP_TWO(int *arrowup,
                             int *old_c,
                             int real_c)
{
   handle_LYK_UP_xxx(arrowup, old_c, real_c, 2);
}

I agree that setting that variable: SCROLL_STEP in lynx.cfg/.lynxrc is
to centric but there are other programs, like less, which allow
dynamic setting how many lines will scroll. So in this rare situations
user shall use less via PRINT. It is better to have this feature than
to not have it. If you think that lynx will be bloated if have one
global variable more, stick with nc (netcat).




reply via email to

[Prev in Thread] Current Thread [Next in Thread]