forked from dvdhrm/kmscon
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Bugs of Esc[nE
and Esc[nF
#78
Comments
That's a shell script which do the same: echo -e ":: Synchronizing package databases..."
echo -e "core"
echo -e "extra"
sleep 1
echo -ne "\E[2F"
echo -ne " core is up to date"
echo -ne "\E[K"
sleep 1
echo -ne "\E[1E"
echo -ne " extra is up to date"
echo -ne "\E[K"
echo |
I have tested in So, it should be the bug of |
According to https://www.man7.org/linux/man-pages/man4/console_codes.4.html , 'ECMA-48 CSI sequences' parts, the do_csi function in https://github.com/Aetf/libtsm/blob/check-null/src/tsm/tsm-vte.c#L1749C16-L1749C16 lacks
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From dvdhrm#142
When I am using pacman , I found:
Error output in kmscon:
Correct output in getty, xterm, qterminal, konsole, etc
I wrote a sample code to simulate it, and got the same outputs:
The text was updated successfully, but these errors were encountered: