To clear a window (but leave the border and margins intact), use the window clear function, wn_clr():
|
The window will be cleared with the character and attribute specified in the window structure.
To clear only part of the window or to use a different character or attribute, use a window output function, such a v_chattrow();, v_chattcol(), or v_chattarea(). For example, to clear the row that the virtual cursor is on, call:
|
|
|
|
|
|
|
|
|