Use CursDown to move the cursor vertically forward (toward the bottom) a specified number of lines.
CursDown may also be entered as CursDo[wn], Do[wn], or N[ext].
Optional Operands
FCT is the number of lines to advance the cursor.
Default: 1.
CursDown may be invoked without operands by pressing the DownArrow key.
Return Codes
OK Successful.
EF End of session.
Examples
Position forward 1 line:
=> n
Position forward 500 lines:
=> n 500