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

Shell responses using xterm differ between iOS and Android #4

Open
jda258 opened this issue Aug 28, 2021 · 2 comments
Open

Shell responses using xterm differ between iOS and Android #4

jda258 opened this issue Aug 28, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@jda258
Copy link
Owner

jda258 commented Aug 28, 2021

In iOS I get a response like this:
\^[]0;pi@raspberrypi: ~\^G\^[[01;32mpi@raspberrypi\^[[00m:\^[[01;34<…>

In Android I see this:
�]0;pi@raspberrypi: ~��[01;32mpi@raspberrypi�[00m:�[01;34m~ $�[00m �ll

It looks like the encoded characters in Android are not being converted to strings properly.

@nevishs
Copy link

nevishs commented Sep 24, 2021

Or would be better to remove all the strange chars or format them in the proper way ....

@jda258
Copy link
Owner Author

jda258 commented Sep 27, 2021

@nevishs those strange characters are xterm control sequences.

@jda258 jda258 added the bug Something isn't working label Sep 27, 2021
@jda258 jda258 changed the title Shell responses differ between iOS and Android Shell responses using xterm differ between iOS and Android Sep 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants