Places the most recently edited version of the specified window on
the terminal screen.
Format
#include <curses.h>
int touchwin (WINDOW *win);
Argument
- win
- A pointer to the window.
Description
This function is normally used only to refresh overlapping
windows.
Return Values
OK | Indicates success. |
ERR | Indicates an error. |
Previous Page | Next Page | Table of Contents | Index