Open
Description
Windows Terminal version
1.21.3231.0
Windows build number
10.0.19044.5131
Other Software
tmux 3.4, bash 5.2.21(1), ubuntu 24.04.1
Steps to reproduce
- start tmux
- split screen horizontally
- loop apt install on the top pane (
while true; do apt install; done
)
Expected Behavior
Intense apt output
Actual Behavior
Intense apt output with tmux status bar flickering and moving up and down joining the party
doesn't happen on putty (the one on the left)