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

Work around JuiceSSH rendering bug #867

Closed
wants to merge 1 commit into from

Commits on Mar 27, 2017

  1. Work around JuiceSSH rendering bug

    JuiceSSH apparently has a bug where ECH for one character (ESC [ 1 X) does
    not actually erase the character, in its code that receives and interprets
    Mosh state updates.  This was hidden before because Mosh <= 1.2.5 never sent
    this sequence, it sent ESC [ X instead as an optimization.
    
    Do the better optimization of sending spaces for short sequences of blanks
    instead.
    cgull committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    d9ccbbb View commit details
    Browse the repository at this point in the history