ultrix man page for touchwin

Query: touchwin

OS: ultrix

Section: 3cur

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

touchwin(3cur)															    touchwin(3cur)

Name
       touchwin - touch window

Syntax
       #include <cursesX.h>

       int touchwin(win)
       WINDOW *win;

Description
       This routine discards all optimization information for the specified window and assumes that the entire window has been drawn on.

       This  is  sometimes necessary when using overlapping windows, as a change to one window will affect the other window.  The records of which
       lines have been changed may not be correct for the window which has not been changed directly.

Return Values
       The function returns OK on success and ERR on error.

																    touchwin(3cur)
Related Man Pages
is_wintouched(3x) - redhat
touchline(3x) - redhat
touch(3ncurses) - suse
untouchwin(3ncurses) - suse
wtouchln(3ncurses) - suse
Similar Topics in the Unix Linux Community
Ncurses status bar