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

scrollback: buffer writes to scrollback file #1846

Merged
merged 1 commit into from
Jun 8, 2024

Conversation

kdrag0n
Copy link
Contributor

@kdrag0n kdrag0n commented Jun 8, 2024

Screen.dumpString writes one character at a time, so buffer writes to the scrollback file to speed it up.

(haven't measured performance, but feels faster when there's a lot of history)

Screen.dumpString writes one character at a time, so buffer writes to
the scrollback file to speed it up.
@mitchellh
Copy link
Contributor

This looks great, thank you. Waiting on CI then will merge.

@mitchellh mitchellh merged commit e2772ea into ghostty-org:main Jun 8, 2024
16 of 18 checks passed
@mitchellh mitchellh deleted the buffered-scrollback-file branch June 8, 2024 21:56
@mitchellh
Copy link
Contributor

@kdrag0n Do you give me permission to relicense this commit plus all other commits to this project you made as MIT? I need this prior to public release or will have to revert and/or rewrite your work. 😄

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