evil-terminal-cursor-changer
evil-terminal-cursor-changer copied to clipboard
Stop working with tmux after latest fix commit
After this commit this project is no longer properly changing the terminal cursor for me. It looks like you're using a custom escape sequence type tailored for tmux but I'm not familliar with it. I'm currently on tmux next-3.4, could you let me know what version this is expected to work with?
S.N. For now you can fix the issue by adding this to your config:
(advice-add 'etcc--make-tmux-seq :override #'identity)
Looks like this escape sequence is a new optional feature customised through allow-passthrough
(which is disabled by default). All things considered, I don't think it's good to rely on a feature which isn't enabled except for users that actually look into and decide to enable it.
This workaround works perfectly for me, thanks!