gnotclub / xst

st fork that uses Xresources and some pretty good patches
MIT License
536 stars 73 forks source link

Handling OSC 52 escape codes #89

Closed colingabr closed 4 years ago

colingabr commented 4 years ago

Hey, I realized I was not able to copy / paste in tmux copy mode or emacs (clipetty) while using xst.

The error I was receiving was

erresc: unknown str [52

This case is handled in st and after some quick hacking I was able to get tmux & emacs copy and paste working in xst.

Is this a known limitation to xst in combination with tmux and emacs?

Is this functionality pending the upgrade to 0.8.X?

I'd like to start contributing the project but need to get my bearings first as a new xst(/tmux/emacs) user.

colingabr commented 4 years ago

This is closed by https://github.com/gnotclub/xst/issues/82

neeasade commented 4 years ago

@novcn still, thanks for reporting!