spotify-player
spotify-player copied to clipboard
Missing half of terminal output
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
- OS: Linux Pop!_OS 22.04 LTS (Ubuntu based distro)
- Terminal: Happens both on Wezterm and Alacritty
- Application version and features. v0.16.3. features: to be honest, I am not entirely sure. I chose them a while back, but IIRC: alsa-backend, streaming, lyrics, media-control, Sixel and Image. I guess clipboard too.
I have also tested this to happen in master with both
cargo run
and 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.
I suspect this is an upstream issue from either a TUI crate or even something else.
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.
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.