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

OTP 26 fixes #10

Merged
merged 2 commits into from
Jul 16, 2023
Merged

OTP 26 fixes #10

merged 2 commits into from
Jul 16, 2023

Commits on Jul 15, 2023

  1. Support CTRL-r history search with OTP 26

    `:put_expand_no_trim` is sent from `:group` when needing to expand history
    for searching. Without this change, any matching history line is ignored and
    not output.
    jjcarstens committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    726c1b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. Fix tab completion output with OTP 26

    In OTP 26 requires explicitly defining `expand_below: false`
    when starting the group and defaults to expanding below the prompt line.
    
    [`ssh_cli.erl` now defaults to `expand_below: false`](erlang/otp@81562f7#diff-d1641a7f3fc9ba8d592c295bc91b373637dd6660ea95a8441f501df3792642f7) and so this change matches that setting since expanding below is currently
    not supported.
    
    This is the current behavior in previous OTP versions
    jjcarstens committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    bc3c1b2 View commit details
    Browse the repository at this point in the history