[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.
;
- LYNX-DEV getbkgd, Klaus Weide, 1997/09/02
- Re: LYNX-DEV getbkgd, T.E.Dickey, 1997/09/02
- Re: LYNX-DEV getbkgd, Klaus Weide, 1997/09/02
- Re: LYNX-DEV getbkgd, T.E.Dickey, 1997/09/03
- LYNX-DEV Lynx on HP-UX 10.*, Roger Hill, 1997/09/11
- LYNX-DEV Re: Lynx on HP-UX 10.*, Roger Hill, 1997/09/04
- Re: LYNX-DEV Re: Lynx on HP-UX 10.*, T.E.Dickey, 1997/09/04
- Re: LYNX-DEV Lynx on HP-UX 10.*, T.E.Dickey, 1997/09/11
- Re: LYNX-DEV Lynx on HP-UX 10.*, Roger Hill, 1997/09/11
- Re: LYNX-DEV Lynx on HP-UX 10.*, T.E.Dickey, 1997/09/11
- Re: LYNX-DEV Lynx on HP-UX 10.*, Roger Hill, 1997/09/11
- Re: LYNX-DEV Lynx on HP-UX 10.*, T.E.Dickey, 1997/09/11