You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open a terminal pane and shrink it to roughly 80 columns.
Run wt init inside a Git repository and answer the initial prompts.
When the wizard reaches "Which command installs dependencies?", press the Up or Down arrow to change the selection.
Actual Result
Every arrow key press repaints the whole prompt; the "Use arrow keys..." helper line flashes repeatedly and the menu flickers, making the active option hard to track even though it eventually updates.
Expected Result
The prompt should only update the highlighted option, without full-screen redraws, regardless of terminal width.
Additional Notes
Widening the terminal beyond about 80 columns prevents the redraw storm.
Environment
Steps to Reproduce
wt initinside a Git repository and answer the initial prompts.Actual Result
Expected Result
Additional Notes