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

Conversation

jjcarstens
Copy link
Owner

See also erlang/otp#7499

`: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 jjcarstens requested a review from fhunleth July 15, 2023 21:39
lib/extty.ex Outdated Show resolved Hide resolved
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants