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

[🍒 swift/release/6.1] [lldb] Unify window resizing logic in command line driver #9752

Open
wants to merge 2 commits into
base: swift/release/6.1
Choose a base branch
from

Conversation

JDevlieghere
Copy link

No description provided.

…119914)

Currently, we arbitrarily paginate editline completions to 40 elements.
On large terminals, that leaves some real-estate unused. On small
terminals, it's pretty annoying to not see the first completions. We can
address both issues by using the terminal height for pagination.

This builds on the improvements of llvm#116456.

(cherry picked from commit 3dfc1d9)
Unify the logic for window resizing in the command line driver. This was
prompted by the Windows bot not knowing about the ws_col field.

(cherry picked from commit 8f151f0)
@JDevlieghere JDevlieghere requested a review from a team as a code owner December 16, 2024 21:41
@JDevlieghere
Copy link
Author

@swift-ci test

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