Skip to main content

term.moveLeft

Moves the console cursor left by a number of columns.

term.moveLeft(columns)

Parameters

columns is the number of columns to move left.

Return Value

None

Example

term.moveLeft(2)

See Also

Availability

Premake 5.0.0 beta 3 or later.