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

Fix SSH reverse search with CTRL+R #7499

Merged
merged 3 commits into from
Sep 28, 2023
Merged

Commits on Jul 15, 2023

  1. Fix SSH recursive search with CTRL+R

    `group.erl` now sends `put_expand_no_trim` when entering a history search.
    `ssh_cli` does not support that message and so when entering a search when
    SSH is the underlying driver, the expanded result would not be displayed
    even though the search functionality would still technically work.
    
    This adds support for that `put_expand_no_trim` message when using SSH
    jjcarstens committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    236a874 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. ssh: testcase for dumb terminal

    u3s committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    76e255d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c205174 View commit details
    Browse the repository at this point in the history