HalfCursor WinTTT Purpose To make the text cursor into a half block. Declaration HalfCursor; Uses Crt, FastTTT, DOS, WinTTT. Remarks This procedure automatically sets the cursor on monochrome and color systems. Example USES CRT, FASTTTT, DOS, WINTTT; BEGIN HALFCURSOR; END.