touchoverlap Subroutine
Purpose
Marks the overlap of two windows as changed and makes arrangements for their refresh.
Library
Curses Library (libcurses.a)
Syntax
#include <curses.h>
Description
The touchoverlap subroutine marks the overlap of two windows as changed and makes arrangements for their refresh.
Parameters
Item | Description |
---|---|
Window1 | Specifies the first window as changed. |
Window2 | Specifies the second window as changed. |
Examples
To mark the overlap of the two user-defined windows my_window and my_new_window as changed, enter:
touchoverlap(my_window, my_new_window);