moveCursorUp

Moves cursor up by n rows

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

Parameters

n int

Number of rows to move

Meta