Appearance
Focuses the list and positions the cursor at the selected item.
import { List } from "@monstermann/signals-tui"; const list = List.create({ lines: items, renderLine }); List.focus(list); // Focuses the list