cursorMoveTo

Moves cursor in terminal to {x, y} or to x. **COORDINATES START FROM 1**

  1. void cursorMoveTo(int x, int y)
  2. void cursorMoveTo(uvec2 pos)
  3. void cursorMoveTo(int x)
    void
    cursorMoveTo
    (
    int x
    )

Parameters

x int

Column to move to

Meta