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: document emitKeypressEvents() #6024

Closed
wants to merge 2 commits into from

Commits on Apr 3, 2016

  1. readline: document emitKeypressEvents()

    This commit adds documentation to the already publicly available
    readline.emitKeypressEvents() method.
    cjihrig committed Apr 3, 2016
    Configuration menu
    Copy the full SHA
    0974375 View commit details
    Browse the repository at this point in the history
  2. readline: emit key info unconditionally

    Currently, 'keypress' events include the sequence and key info
    for named keys, but only the sequence for unnamed keys. This
    commit causes the key info to be included in both cases.
    cjihrig committed Apr 3, 2016
    Configuration menu
    Copy the full SHA
    9046fce View commit details
    Browse the repository at this point in the history