Issue description
When using tmux (v3.1c) in recent xterm (v365) (in Arch Linux), output of some programs is very slow (but fast if run in xterm outside tmux, or in tmux in urxvt or xterm v362).
$ xterm
$ perl -E 'say for 1..10000' # fast output
$ tmux -f /dev/null
$ perl -E 'say for 1..10000' # slow output
$ seq 1 10000 # fast output
Required information
$ uname -sp && tmux -V && echo $TERM
Linux unknown
tmux 3.1c
xterm-256color
Issue description
When using
tmux(v3.1c) in recentxterm(v365) (inArch Linux), output of some programs is very slow (but fast if run inxtermoutsidetmux, or intmuxinurxvtorxtermv362).Required information