FullCursor WinTTT Purpose To change the text cursor to a full block. Declaration FullCursor; Uses Crt, FastTTT, DOS, WinTTT. Remarks This procedure automatically sets the cursor on monochrome and color systems. Example USES CRT, FASTTTT, DOS, WINTTT; BEGIN FULLCURSOR; END.