Skip to content

Slow output in tmux in recent xterm #2556

Closed
@agguser

Description

@agguser

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions