Sets the cursor shape
#include <nwconio.h>
WORD SetCursorShape (
BYTE startline,
BYTE endline);
(IN) Specifies the first cursor scan line.
(IN) Specifies the last cursor scan line.
This function returns the old cursor shape.
The SetCursorShape function sets the cursor shape as specified by the startline and endline parameters.