Module input_manager

Module input_manager 

Source

Structs§

SingleLineInput
Single-line input manager wrapping tui_input::Input

Traits§

InputManager
Unified interface for managing input widgets (Input and TextArea) This trait abstracts the differences between single-line and multi-line input allowing the Buffer system to work with either transparently

Functions§

create_from_input
create_single_line
Factory methods for creating InputManager instances