Handle long command input #23

Closed
opened 2026-06-10 15:07:54 +01:00 by oli · 1 comment
Owner

Looking at our initial documentation casts, it seems that some long commands run off the right end of the input field. Perhaps we need to consider expanding the entry field when necessary. Handle after #21 is decided.

Looking at our initial documentation casts, it seems that some long commands run off the right end of the input field. Perhaps we need to consider expanding the entry field when necessary. Handle after #21 is decided.
Collaborator

Implemented in ADR-0046 (Phase A, DA3/DA4). Long input now horizontally scrolls to keep the cursor visible, and shows two visual rows on tall terminals. Commits e0b9470, 41bae99.

Implemented in ADR-0046 (Phase A, DA3/DA4). Long input now horizontally scrolls to keep the cursor visible, and shows two visual rows on tall terminals. Commits e0b9470, 41bae99.
Sign in to join this conversation.