home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.lang.c:12810 comp.unix.questions:10405
- Path: sparky!uunet!dtix!darwin.sura.net!jvnc.net!primerd.prime.com!shovel!tim
- From: tim@shovel.Prime.COM (Tim Cantin)
- Newsgroups: comp.lang.c,comp.unix.questions
- Subject: Re: cursor input on curses (new prob.)
- Message-ID: <1992Aug26.144352@shovel.Prime.COM>
- Date: 26 Aug 92 18:43:52 GMT
- References: <1992Aug25.220112.1@hamp.hampshire.edu>
- Sender: tim@shovel (Tim Cantin)
- Organization: Prime Computer R&D
- Lines: 13
-
- Try typing 'man keypad'... should show you the man page for curses. I did this
- on a Sun system and it is there...
-
- #include <curses.h>
- keypad (win, bf)
- WINDOW *win; /* window pointer or stdwin */
- int bf; /* TRUE or FALSE */
-
- --
- #include "stddisclaimer.h"
- /* Tim Cantin {uunet, csnet-relay}!primerd!tim || tim@s35.prime.com
- Prime Computer Inc. 10-21, 500 Old Conn. Path, Framingham, MA 01701 (USA) */
- flames > /dev/null 2>&1
-