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

Use Synchronized Output? #70

Open
lydell opened this issue Feb 22, 2025 · 0 comments
Open

Use Synchronized Output? #70

lydell opened this issue Feb 22, 2025 · 0 comments

Comments

@lydell
Copy link
Owner

lydell commented Feb 22, 2025

Today I learned many terminals have a “synchronized rendering” feature: https://gist.github.com/christianparpart/d8a62cc1ab659194337d73e399004036

It seems to work like this:

  1. Tell the terminal that you begin rendering.
  2. Do all the rendering.
  3. Tell the terminal that you are done.

This avoids the terminal rendering to the screen half-way through step 2.

It feels like run-pty should do this, to avoid some flicker sometimes maybe?

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

No branches or pull requests

1 participant