moveCursorLeft

Moves cursor left by n columns

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

Parameters

n
Type: int

Number of columns to move

Meta