-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Implement synchronized output for urwid images #80
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Add: Incorporate automatic image clearing into `UrwidImageScreen.draw_screen()`. Seems to be a more appropriate place for the functionality.
- Add: Implement support for terminal synchronized output in `UrwidImageScreen`. Reduces/Eliminates image flickering/tearing.
AnonymouX47
added
new
New feature implementation
urwid
Related to the urwid image widgets/canvas
labels
Mar 4, 2023
AnonymouX47
force-pushed
the
synced-output-urwid
branch
from
March 4, 2023 20:14
18e3087
to
900b987
Compare
- Change: Retire `UrwidImageJanitor` in favour of `UrwidImageScreen`.
- Change: Migrate tests for `UrwidImageJanitor` to `UrwidImageScreen`.
- Change: Improve shard canvas inspection by first checking if it's an `UrwidImageCanvas` before performing any other check or operation on it. - Change: If images to be cleared include an iterm2-style image, then just clear all at once and skip per-widget clear for any kitty images.
AnonymouX47
force-pushed
the
main
branch
3 times, most recently
from
March 5, 2023 22:21
7e13f6a
to
941f3e9
Compare
@danschwarz Please, can you help test it out? 🙏🏾 |
Removed
👍 |
That's great! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Partially implements #79
See also: #73
UrwidImageScreen.draw_screen()
.UrwidImageJanitor
in favour ofUrwidImageScreen
.UrwidImageScreen
.