lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV selects don't work in lynx_w32


From: Wayne Buttles
Subject: Re: LYNX-DEV selects don't work in lynx_w32
Date: Fri, 9 May 1997 08:54:58 -0400 (EDT)


On Fri, 9 May 1997, T.E.Dickey wrote:

> > [since] we broke out the popup window so that it isn't
> > stdscr anymore [...] the current keypad() doesn't carry over to the
> > sub-window.  If I put keypad(form_window, TRUE); right under 
> > scrollok(form_window, TRUE); then everything is A-OK.

> that's probably right - I don't know which version of curses you're using,
> but there's a few functions such as keypad() that ncurses is implementing
> as globals that probably some other versions implement (imho) correctly as
> per-window (e.g., idcok, which I have in mind).
> 
> I'll add this to my ncurses bug-list (to compare against SVr4 curses -- if
> it's PDCurses that's a different story ;-).

It is pdcurses which is failing to implement keypad() as a global.  I
assume you count this as pdcurses doing the right thing?  

Wayne

;
; 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]