Marks the overlap of two windows as changed and makes arrangements for their refresh.
Curses Library (libcurses.a)
The touchoverlap subroutine marks the overlap of two windows as changed and makes arrangements for their refresh.
Item | Description |
---|---|
Window1 | Specifies the first window as changed. |
Window2 | Specifies the second window as changed. |
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);