home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume1 / 8710 / pc-curses-doc / 4 / touchwin.m < prev    next >
Encoding:
Text File  |  1993-09-02  |  295 b   |  20 lines

  1. NAME
  2.     touchwin() - mark all lines of window as changed.
  3.  
  4. SYNOPSIS
  5.     #include <curses.h>
  6.     #include <curspriv.h>
  7.  
  8.     void touchwin(win)
  9.     WINDOW *win;
  10.  
  11. DESCRIPTION
  12.     touchwin() marks all lines of window 'win' as changed, from  
  13.     the first to the last character on the line.  
  14.  
  15. EXAMPLES
  16.  
  17. SEE ALSO
  18.  
  19. BUGS
  20.