Companion

Functions

Link copied to clipboard
fun create(looper: Looper = Looper.getMainLooper(), initialRows: Int = 24, initialCols: Int = 80, defaultForeground: Color = Color.White, defaultBackground: Color = Color.Black, onKeyboardInput: (ByteArray) -> Unit = {}, onBell: () -> Unit? = null, onResize: (TerminalDimensions) -> Unit? = null, onClipboardCopy: (String) -> Unit? = null, onProgressChange: (ProgressState, Int) -> Unit? = null, autoDetectUrls: Boolean = false, boldAsBright: Boolean = true): TerminalEmulator

Creates the default implementation of TerminalEmulator.