right

abstract fun right(count: Int)

Move the cursor right count cells.

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