[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: LYNX-DEV -DNO_KEYPAD and Linux
From: |
T.E.Dickey |
Subject: |
Re: LYNX-DEV -DNO_KEYPAD and Linux |
Date: |
Tue, 21 Jan 1997 20:10:04 -0500 (EST) |
> In the near future I'd like to submit the patch for mouse support
> under ncurses; current ncurses snapshots support using the mouse on
> the Linux console, in addition to xterms. Before I can do that,
> there's one issue that needs resolving. The linux-ncurses target in
> the Makefile has -DNO_KEYPAD defined; the effect of this is to #ifdef
> out a switch which handles keypad-mode keys like KEY_DOWN or KEY_END.
> It would be preferable to put the KEY_MOUSE case in this second switch
> statement, and ncurses does support these keys.
(remember to #ifdef NCURSES_VERSION)
NO_KEYPAD shouldn't be (afaik) defined for any of the SVr4 curses
configurations.
> Removing the definition and recompiling produces a Lynx binary
> that seems to run fine. So, does anyone know why -DNO_KEYPAD is there
> for Linux?
someone probably just didn't read the documentation.
--
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey
;
; To UNSUBSCRIBE: Send a mail message to address@hidden
; with "unsubscribe lynx-dev" (without the
; quotation marks) on a line by itself.
;