ui/termui_debug library

Properties

debugMouseCursorEnabled bool
Render a crosshair over the current mouse position.
getter/setter pair
debugPaintHoverEnabled bool
Global configuration flags for visual debugging in termui. Highlight the deepest leaf node under the mouse pointer.
getter/setter pair
debugPaintLayerBordersEnabled bool
Paint borders around all active layers.
getter/setter pair
debugShowTouchesEnabled bool
Show active touches and expansion rings for visual debugging.
getter/setter pair
debugToggleKey KeyEvent?
Key sequence to toggle debug overlays globally (if null, hotkey is disabled). Defaults to Ctrl+O to avoid terminal multiplexer conflicts.
getter/setter pair