getMoves

abstract fun getMoves(movements: CursorMovements.() -> Unit): String

Return a string contianing the ANSI codes for the movements commands called in movements.

If the terminal is not interactive, this will always return an empty string.