Skip to content

fix: tmux allow-passthrough is off by default#29

Open
gszr wants to merge 1 commit intosos4nt:masterfrom
gszr:fix/tmux
Open

fix: tmux allow-passthrough is off by default#29
gszr wants to merge 1 commit intosos4nt:masterfrom
gszr:fix/tmux

Conversation

@gszr
Copy link

@gszr gszr commented Jul 18, 2023

As of tmux 3.3a, the allow-passthrough option is off by default. Further, as mentioned in https://github.com/tmux/tmux/wiki/FAQ:

The passthrough escape sequence is no longer necessary for changing the
cursor colour or style as tmux now has its own support (see the Cs, Cr,
Ss and Se capabilities).

This commit checks whether the allow-passthrough is set, and uses it; otherwise, no wrapping is performed.

@cbaconnier
Copy link

Thanks ! I tried locally and it fixed my issue.

It would also close #23

As of tmux 3.3a, the `allow-passthrough` option is off by default.
Further, as mentioned in https://github.com/tmux/tmux/wiki/FAQ:
```
The passthrough escape sequence is no longer necessary for changing the
cursor colour or style as tmux now has its own support (see the Cs, Cr,
Ss and Se capabilities).
```

This commit checks whether the `allow-passthrough` is set, and uses it;
otherwise, no wrapping is performed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants