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

[display] Overwrite terminal contents #11695

Merged
merged 4 commits into from Dec 20, 2022
Merged

[display] Overwrite terminal contents #11695

merged 4 commits into from Dec 20, 2022

Commits on Dec 20, 2022

  1. [display] Overwrite terminal contents

    Instead of clearing the contents of the display with each frame,
    overwrite its contents by clearing to the end of each line prior to a
    newline. This should eliminate flickering in the interactive display.
    
    This also eliminates a couple of off-by-one errors that were hampering
    usability.
    pgavlin committed Dec 20, 2022
    Copy the full SHA
    4fcf040 View commit details
    Browse the repository at this point in the history
  2. Update test baselines

    pgavlin committed Dec 20, 2022
    Copy the full SHA
    2e84add View commit details
    Browse the repository at this point in the history
  3. CL

    pgavlin committed Dec 20, 2022
    Copy the full SHA
    77b22d1 View commit details
    Browse the repository at this point in the history
  4. [display] Hide the cursor in interactive mode.

    Hiding the cursor should eliminate the last of the redraw artifacts.
    pgavlin committed Dec 20, 2022
    Copy the full SHA
    f92cb3d View commit details
    Browse the repository at this point in the history