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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1993-09-02
|
295 b
|
20 lines
NAME
touchwin() - mark all lines of window as changed.
SYNOPSIS
#include <curses.h>
#include <curspriv.h>
void touchwin(win)
WINDOW *win;
DESCRIPTION
touchwin() marks all lines of window 'win' as changed, from
the first to the last character on the line.
EXAMPLES
SEE ALSO
BUGS