evil-terminal-cursor-changer icon indicating copy to clipboard operation
evil-terminal-cursor-changer copied to clipboard

Stop working with tmux after latest fix commit

Open mohkale opened this issue 2 years ago • 2 comments

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)

mohkale avatar May 21 '22 14:05 mohkale

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.

mohkale avatar May 21 '22 14:05 mohkale

This workaround works perfectly for me, thanks!

marcofiset avatar Jul 06 '22 15:07 marcofiset