~ecs/mrsh#14: 
input that's larger than the screen leads to ui bugs

in theory: a really really long hint could cause scrolling to happen after the cursor position is saved. in practice: tab completion in /usr/lib/ causes the entire screen to be filled with filenames, which is actively unhelpful

Status
REPORTED
Submitter
~ecs (unverified)
Assigned to
No-one
Submitted
1 year, 9 months ago
Updated
1 year, 9 months ago
Labels
bug madeline

~ecs (unverified) 1 year, 9 months ago ยท edit

can avoid reimplementing unicode rendering here by assuming that each rune has a width of 2 and shooting for significantly fewer lines than the full height of the terminal

Register here or Log in to comment, or comment via email.