◄Summary► ◄Details► ◄Example► ◄Back► Argument attr Word specifying start and stop line of the cursor Description The _SetTextCursor procedure sets the cursor attribute (the shape) to the value speecified. The high-order byte of attr determines the start line of the cursor. The low-order byte of attr determines the stop line of the cursor. _SetTextCursor uses the same format as the BIOS routines in setting the cursor. The cursor is made up of eight lines in all modes except monochrome, which has 13. Sample values for the cursor attribute in color text modes are shown below: Cursor Shape ══════ ═════════════════ $0707 Underline $0007 Full block cursor $0607 Double underline $2000 No cursor Note: This function works only in text video modes. _GrStatus Returns _GrNotInProperMode