Add support for TMUX passthrough for emotes#694
Add support for TMUX passthrough for emotes#694Nogesma wants to merge 1 commit intoXithrius:mainfrom
Conversation
|
Hmm that's weird, for me it works fine. Maybe check if the TMUX env variable is set inside tmux, as that's how the check works. Otherwise I don't really know. |
|
I'm using the same versions. the TMUX env var within tmux is usually set to something along the lines of |
|
@Nogesma do you have any config settings for tmux/kitty that you may have modified previously? If not then I'll probably create a VM in order to attempt to see if it works in a fresh environment. |
|
Sorry for not responding, I was a bit busy. I tried it on another computer and it doesn't work, I'll try to see why tomorrow. Hopefully it's the same issue as you and I can fix it. |
|
No problem, I too was busy IRL since my last comment. Thanks for taking a look into this. I would assume it's a config issue, but I have nothing to back that up with. |
|
@Nogesma Hey, you get a chance to look at this? |

Emotes should now work inside tmux if the underlying terminal is kitty.

If the terminal is not kitty, it will still send the emotes to the terminal and break stuff like this:
Maybe there should be a warning somewhere if we're running inside tmux?
The
gp!macro is a bit messy now, let me know if you have a better way of doing this.Fixes #685.