left

abstract fun left(count: Int)

Move the cursor left count cells.

If count is 0, this call does nothing. If count is negative, the cursor will be moved right instead.