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

lib: support dumb terminals #26261

Closed
wants to merge 8 commits into from
Closed

Commits on Mar 5, 2019

  1. Configuration menu
    Copy the full SHA
    1c0ba10 View commit details
    Browse the repository at this point in the history
  2. readline: support TERM=dumb

    When TERM=dumb and .isTTY=true don't use ANSI escape codes
    and ignore all keys, except 'escape', 'return' and 'ctrl-c'.
    
    Fixes: nodejs#26187
    wlodzislav committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    1b7434d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6aa691d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    826bab4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4113cfe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1468212 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    26fcf31 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    03994a0 View commit details
    Browse the repository at this point in the history