lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV getbkgd


From: Klaus Weide
Subject: Re: LYNX-DEV getbkgd
Date: Wed, 3 Sep 1997 01:58:33 -0500 (CDT)

On Tue, 2 Sep 1997, Doug Kaufman wrote:

> At Wayne Buttles suggestion, I made the following patch to curses.h
> in PDcurses 2.3 (beta). This allows compiling lynx without the "if
> defined(getbkgd)" in LYForms.c and LYOptions.c. The recompiled lynx for
> DOS now shows the background colors for popups correctly, but when I
> navigate using the vi keys, I get j's and k's staying just to the right
> of the highlighted title (looking in the character set choices on the
> options menu). This is only a little annoying, but I wonder if anyone
> has the fix.

Maybe adding a noecho() call before the keypad() in

#ifdef PDCURSES
        keypad(form_window, TRUE);
#endif /* PDCURSES */

would fix this?


      Klaus


;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

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