down

abstract fun down(count: Int)

Move the cursor down count cells.

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