Files
passepartout/org
Amr Gharbeia 4bfb407094 fix: draw hint before prompt so cursor stays at input line
view-input drew prompt first (row h-3), then hint (row h-2),
leaving the cursor at end of the hint line after 'complete'.
Typed characters appeared there. Swapped order: hint first,
prompt last, so cursor ends at the > prompt.
2026-05-14 12:51:21 -04:00
..