home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / c / 12810 < prev    next >
Encoding:
Text File  |  1992-08-26  |  910 b   |  26 lines

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