moveCursorRight

Moves cursor right by n columns

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

Parameters

n
Type: int

Number of columns to move

Meta