home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / programm / 4413 < prev    next >
Encoding:
Internet Message Format  |  1992-08-22  |  1.2 KB

  1. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!uwm.edu!rutgers!mcdhup!pdnfido!erik
  2. From: erik@pdnfido.fidonet.org (Erik VanRiper)
  3. Newsgroups: comp.unix.programmer
  4. Subject: Re: another curses question
  5. Message-ID: <1992Aug23.031248.3983@pdnfido.fidonet.org>
  6. Date: 23 Aug 92 03:12:48 GMT
  7. References: <1992Aug20.134934.2156@vixvax.mgi.com>
  8. Sender: erik@pdnfido.fidonet.org
  9. Organization: The Source for Source Pub Access Unix
  10. Lines: 17
  11.  
  12. In article <1992Aug20.134934.2156@vixvax.mgi.com> carpenter@vixvax.mgi.com writes:
  13. >Another question from a curses neophyte:
  14. >
  15. >According to the man pages, a call to initscr() sets things up so
  16. >that the first call to refresh() will clear the screen.  I'd like to
  17. >create a window that occupies only the bottom line or two of the screen,
  18. >and have everything else left alone.  Is there a way?
  19.  
  20. What about creating a WINDOW *win;, and only doing a wrefresh(win);?  Not
  21. sure if that will work as you want, as I am not sure what you are going to do
  22. or expect to do with the rest of the screen (stdscr).  
  23.  
  24.  
  25. -- 
  26. Like wow...  This be a .sig, eh? 
  27. GEEKS Anonymous - Join today!
  28. The Source for Source - Pub Access Unix.  (516) 968-7824 or (516) 666-5877
  29.