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

doc: extra clarification of historySize option #6397

Closed
wants to merge 2 commits into from
Closed

doc: extra clarification of historySize option #6397

wants to merge 2 commits into from

Commits on Apr 26, 2016

  1. doc: extra clarification of historySize option

    doc: extra clarification of historySize option
    
    History caching in the `readline` io is active only for terminal
    interaction. Appropriate variables are initialized and relevant
    `_addHistory()` function is called only if exposed `terminal` option
    of `readline.createInterface()` is set `true` by user or internal
    output check.
    
    This clarification is useful to assure users there will be now wasted
    overhead connected with history caching if `readline` is used not
    for terminal interaction (e.g. for reading files line by line).
    
    Particularly this fix is helpful after #6352 landing.
    vsemozhetbyt committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    ea3c694 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2016

  1. add missing preposition

    set `true` -> set to `true`
    vsemozhetbyt committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    73351d5 View commit details
    Browse the repository at this point in the history