Char wmvgetChar(Window w, Int y, Int x)
Arguments
w: The window to get fromy: The new row positionx: The new column position
Usage
Move the cursor to the new position and get a character from a particular window (and so refresh only that window instead of the whole screen).