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

readline: turn emitKeys into a streaming parser #1601

Closed
wants to merge 6 commits into from

Commits on May 9, 2015

  1. readline: turn emitKeys into a streaming parser

    In certain environments escape sequences could be splitted into
    multiple chunks. For example, when user presses left arrow,
    `\x1b[D` sequence could appear as two keypresses (`\x1b` + `[D`).
    
    Fixes: nodejs#1403
    rlidwka committed May 9, 2015
    Configuration menu
    Copy the full SHA
    18728cc View commit details
    Browse the repository at this point in the history
  2. fix indentation

    rlidwka committed May 9, 2015
    Configuration menu
    Copy the full SHA
    84c380d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf8865e View commit details
    Browse the repository at this point in the history
  4. remove debugging cruft

    rlidwka committed May 9, 2015
    Configuration menu
    Copy the full SHA
    7d40ef6 View commit details
    Browse the repository at this point in the history
  5. remove unused variables

    rlidwka committed May 9, 2015
    Configuration menu
    Copy the full SHA
    c4503bc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    16ad58a View commit details
    Browse the repository at this point in the history