Describe the bug
Formerly, the cursor blinks normally within tmux. After upgrading kitty to 0.22.x. It doesn't blink within tmux anymore.
Envi
To Reproduce
Environments
kitty with default config
tmux 3.2a with following minimal config
- OS: macOS 10.14.6
# minimal tmux conf: test.conf
set-option -gs default-terminal "tmux-256color"
set-option -ga terminal-overrides ',*:Ss=\E[%p1%d q:Se=\E[5 q'
Steps to reproduce the behavior:
- Open kitty with default config.
- Start tmux with
tmux -f ./test.conf -S ./test.socket
Then the cursor stops blinking. Downgrading kitty back to 0.21. The problem disappears.
Describe the bug
Formerly, the cursor blinks normally within tmux. After upgrading kitty to 0.22.x. It doesn't blink within tmux anymore.
Envi
To Reproduce
Environments
kittywith default configtmux3.2a with following minimal configSteps to reproduce the behavior:
tmux -f ./test.conf -S ./test.socketThen the cursor stops blinking. Downgrading kitty back to 0.21. The problem disappears.