mise interactive menu bugs #11326
Answered
by
jdx
skoch13
asked this question in
Troubleshooting and bug reports
mise interactive menu bugs
#11326
Replies: 1 comment
|
Confirmed: this is the
I opened a ready-for-review upstream fix: jdx/demand#192 The PR switches
Once that lands and is released, mise can pick up the new This comment was generated by an AI coding assistant. |
0 replies
Answer selected by
skoch13
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Confirmed: this is the
MultiSelectcounterpart to the wrapped-row redraw bug fixed for the otherdemandwidgets in v2.0.4.MultiSelectstill counted logical lines withoutput.lines(). In a narrow terminal, the longmise upgradeoption labels (or the help footer) wrap into extra physical rows, so each keypress leaves stale rows behind and stacks another copy of the prompt.I opened a ready-for-review upstream fix: jdx/demand#192
The PR switches
MultiSelectto physical-row-aware clearing and adds VT100 terminal regressions for:Once that lands and is re…