Creates an interactive single-selection List backed by a Blessed box.
The adapter composes collection identity through FocusScope, selection
through Selection, and viewport movement through ScrollArea. It supports
Arrow Up/Down, Home/End, Page Up/Down, Enter, Space, row click, and mouse
wheel.
The component never calls screen.render(). Applications retain control of
render batching after keyboard events, imperative operations, or setData.
Creates an interactive single-selection List backed by a Blessed box.
The adapter composes collection identity through
FocusScope, selection throughSelection, and viewport movement throughScrollArea. It supports Arrow Up/Down, Home/End, Page Up/Down, Enter, Space, row click, and mouse wheel.The component never calls
screen.render(). Applications retain control of render batching after keyboard events, imperative operations, orsetData.