Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown CSI errors in st-flexipatch when opening and closing neovim #63

Closed
JimPix1 opened this issue Apr 22, 2022 · 3 comments
Closed

Comments

@JimPix1
Copy link

JimPix1 commented Apr 22, 2022

I had this problem before and applying a newer CSI patch fixed it, however these errors seem to have returned whenever I do st -e nvim

erresc: unknown csi ESC[>4;2m
erresc: unknown csi ESC[>4;0m

Opening nvim in st normally is fine, it's when I do st -e nvim that gives trouble, even doing something like st -e sleep 2; nvim doesn't output an error, so it's something specific. It may be to do with neovim 7.0 having been released?

@bakkeby
Copy link
Owner

bakkeby commented Apr 22, 2022

Quite possibly nvim is using some new escape codes. You can always just comment out the two lines that write those warnings if you find them annoying.

Do you use the sixel patch by any chance?

@JimPix1
Copy link
Author

JimPix1 commented Apr 22, 2022

No, I don't. How would I comment out those two lines?

@JimPix1
Copy link
Author

JimPix1 commented Apr 22, 2022

Found the two lines and commented them out, thanks bakkeby!
image

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

No branches or pull requests

2 participants