moveCursorUp

Moves cursor up by n rows

  1. void moveCursorUp(int n = 1)
  2. void moveCursorUp(int n = 1)
    version(Posix)
    void
    moveCursorUp
    (
    int n = 1
    )

Parameters

n
Type: int

Number of rows to move

Meta