clearReaderDisplay
See also
Clears the reader display.
This suspend function integrates with Kotlin's structured concurrency.
Example usage:
val job = coroutineScope.launch {
try {
terminal.clearReaderDisplay()
// Handle successful display clear
} catch (e: TerminalException) {
// Handle display clear failure
}
}Content copied to clipboard
Throws
if the operation fails