Package-level declarations
Types
Link copied to clipboard
Behaviors when there is no interactive TTY.
Link copied to clipboard
Link copied to clipboard
@Immutable
Link copied to clipboard
interface TextCanvas
Functions
Link copied to clipboard
suspend fun runMosaic(onNonInteractive: NonInteractivePolicy = Exit, content: @Composable () -> Unit): Boolean
Link copied to clipboard
fun runMosaicBlocking(onNonInteractive: NonInteractivePolicy = Exit, content: @Composable () -> Unit): Boolean
Link copied to clipboard
Link copied to clipboard
Render content once as permanent output above the regular display.