-
Notifications
You must be signed in to change notification settings - Fork 308
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 codes #171
Comments
Thanks for the report I'll look into it
Le mar. 7 août 2018 à 21:56, Luxed <[email protected]> a écrit :
… Hello,
When doing some commands under Neovim <https://github.com/neovim/neovim>
(0.3.1) while using Butterfly (3.2.3) I get the error: Unknown CSI code:
t (116) or even Unknown CSI code: q (113).
When this happens, nothing gets written on the line:
[image: unknown_csi_codes]
<https://user-images.githubusercontent.com/10234894/43798820-bfa0739e-9a59-11e8-8f30-cdb7279f7e83.PNG>
To reproduce the error, the following command can be used (it also shows
the information that should have been printed out by the :messages
command on Neovim):
[image: unknown_csi_codes_command]
<https://user-images.githubusercontent.com/10234894/43798887-e995c6c2-9a59-11e8-8217-614b01e1df9f.PNG>
This has been tried on the latest version of Opera, Chrome and Firefox.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#171>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AAQjKH5zlQgz6Yim73GoEKq-4Kkodv4oks5uOfD4gaJpZM4Vyyoo>
.
|
Ok you can safely ignore those errors.
First CSI is CSI 22;0;0 t which means: CSI q category is So nothing important nor implementable in a browser. |
Ok, that's good to know, but I still cannot see the text that I should in Neovim: |
I see no visual differences here between butterfly on chrome and xterm, could you provide a step by step reproduction guide? |
Hello,
When doing some commands under Neovim (0.3.1) while using Butterfly (3.2.3) I get the error:
Unknown CSI code: t (116)
or evenUnknown CSI code: q (113)
.When this happens, nothing gets written on the line:
To reproduce the error, the following command can be used (it also shows the information that should have been printed out by the
:messages
command on Neovim):This has been tried on the latest version of Opera, Chrome and Firefox.
The text was updated successfully, but these errors were encountered: