These routines are used to draw text on windows
If ch is a TAB, LFD, or backspace, the cursor will be
moved appropriately within the window win. A LFD also does a
wclrtoeol before moving. TAB characters are considered to
be at every eighth column. If ch is another control character, it
will be drawn in the C-x notation. (Calling winch after
adding a control character will not return the control character, but
instead will return the representation of the control character.)
Video attributes can be combined with a character by or-ing them into
the parameter. This will result in these attributes also being set.
The intent here is that text, including attributes, can be copied from
one place to another using inch and display. See standout,
below.
Note: For wadd ch can be an integer and will insert
the character of the corresponding value.
werase, but it also calls clearok, arranging that the screen will be cleared
completely on the next call to refresh or force-output for
window win, and repainted from scratch.
SPC to the
right, possibly losing the rightmost character of the line. The cursor
position does not change . This does not imply use of the hardware
``insertcharacter'' feature.