up

abstract fun up(count: Int)

Move the cursor up count cells.

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