mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #360] Missing half of terminal output #192
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#192
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @LucasFA on GitHub (Feb 6, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/360
Describe the bug
Occassionally half the terminal is empty after moving the window between workspaces . This happens rarely, though.
To Reproduce
[Work in progress]
Move the terminal window quickly between workspaces in GNOME, for starters.
Log and backtrace
The log is not really relevant. The backtrace is empty.
Screenshots

Environment
I have also tested this to happen in master with both
cargo runand after updating the dependencies withcargo update && cargo run. All default features.Additional context
I suspect this is an upstream issue from either a TUI crate or even something else.
@aome510 commented on GitHub (Feb 11, 2024):
I have the same thought. You can try to reproduce using one of their examples in https://github.com/ratatui-org/ratatui/tree/main/examples and submit an upstream issue.
@LucasFA commented on GitHub (Feb 12, 2024):
Mmm. I haven't managed to inmediately reproduce it with the examples - which btw are stellar. My first thought was "Needs more text", but the block example already has a good amount.