Files
passepartout/org
Amr Gharbeia d5b4c8c8f0 fix: draw input after separator so cursor stays at input line
The render order was: view-chat → view-input → draw-separator.
After the separator draw, the cursor ended up at row h-4 (the
separator line). Typed characters echoed by the terminal appeared
on the separator line, above the > prompt. Swapped so the input
line is drawn last: view-chat → draw-separator → view-input.
2026-05-14 12:48:01 -04:00
..