-
Notifications
You must be signed in to change notification settings - Fork 113
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
alternate screen (fixes #63) #65
base: master
Are you sure you want to change the base?
Conversation
ok I don't know what the (legacy?) windows api for alternate screen is. the added functions in |
Looks good. You can use the following to do it in windows. https://docs.microsoft.com/en-us/windows/console/createconsolescreenbuffer Check the example here, https://docs.microsoft.com/en-us/windows/console/reading-and-writing-blocks-of-characters-and-attributes |
@aeosynth Any update on this? |
…s#65) With it only having a "max" of 24, if the chart needed to take up more space, it would use up all of it and the percentile window would be gone.
Do I understand correctly that the only thing missing from this PR is support for legacy Windows terminals? |
For what it's worth if it works on any windows terminal that's probably good enough if sufficient documentation is added. If you can make mergeable and add documentation it should be fine to merge. |
Please review.