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: scrollback limit not being parsed correctly #3906

Merged
merged 1 commit into from
Dec 29, 2024

Conversation

aw1875
Copy link
Contributor

@aw1875 aw1875 commented Dec 29, 2024

Change scrollback-limit type to a usize rather than a u32 to handle parsing values larger than 4294967295.

Fixes #3900

@mitchellh mitchellh merged commit 02538be into ghostty-org:main Dec 29, 2024
21 checks passed
@github-actions github-actions bot added this to the 1.0.1 milestone Dec 29, 2024
@aw1875 aw1875 deleted the FixScrollbackLimit branch December 29, 2024 16:42
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.

scrollback-limit should be usize
2 participants