Package-level declarations

Types

Link copied to clipboard
class BracketedPasteEvent(val start: Boolean) : Event
Link copied to clipboard
class CapabilityQueryEvent(val success: Boolean, val data: Map<String, String?>) : Event
Link copied to clipboard
class DebugEvent(val event: Event, val bytes: ByteArray) : Event
Link copied to clipboard
class DecModeReportEvent(val mode: Int, val setting: DecModeReportEvent.Setting) : Event
Link copied to clipboard
sealed interface Event
Link copied to clipboard
class FocusEvent(val focused: Boolean) : Event
Link copied to clipboard
class KeyboardEvent(val codepoint: Int, val shiftedCodepoint: Int = -1, val baseLayoutCodepoint: Int = -1, val modifiers: Int = 0, val eventType: Int = EventTypePress, val text: String? = null) : Event
Link copied to clipboard
class KittyGraphicsEvent(val id: Int, val message: String) : Event
Link copied to clipboard
class KittyKeyboardQueryEvent(val flags: Int) : Event
Link copied to clipboard
Link copied to clipboard
sealed interface KittyPointerQueryEvent : Event
Link copied to clipboard
Link copied to clipboard
class PaletteColorEvent(val color: Int, val value: String) : Event
Link copied to clipboard
class PrimaryDeviceAttributesEvent(val id: Int, val data: String) : Event
Link copied to clipboard
class ResizeEvent(val columns: Int, val rows: Int, val width: Int, val height: Int) : Event
Link copied to clipboard
class SystemThemeEvent(val isDark: Boolean) : Event
Link copied to clipboard
Link copied to clipboard
class TerminalVersionEvent(val data: String) : Event
Link copied to clipboard
class TertiaryDeviceAttributesEvent(val manufacturingSite: Int, val terminalId: Int) : Event
Link copied to clipboard
class UnknownEvent(val bytes: ByteArray) : Event
Link copied to clipboard
class XtermCharacterSizeEvent(val rows: Int, val columns: Int) : Event
Link copied to clipboard
class XtermPixelSizeEvent(val height: Int, val width: Int) : Event