-
-
Notifications
You must be signed in to change notification settings - Fork 270
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
Screen not cleaned up properly (Windows build from source) #232
Comments
I can reproduce the same on Linux using kitty terminal. |
I am experiencing this issue too. I fear this has to do with the usage of the
will always clear wrongly.
Using a I am using |
I find a same problems, if this page has content and the corresponding position of the previous page is blank, when I return to the previous page, the content of the corresponding position of this page will be retained, my command line environment is gnome42.9 |
Seeing the same thing on macOS Sonoma with Alacritty. Removing all tabs from inside code blocks resolves the issue |
I wonder if swapping these two lines in internal/model/model.go:210-211 would fix the issue?
|
Describe the bug
Screen is not cleared up when switching between slides.
To Reproduce
Set the terminal to 80×18 (big font size), load this sample (random text):
Expected behavior
Expected to see no text from previous slide on next one.
Screenshots
(the header and the first line of the first slide leaked to the second)
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: