-
-
Notifications
You must be signed in to change notification settings - Fork 678
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
sixels printed inside terminal emulator does not get cleared #3173
Comments
just tested with xterm too and same issue with sixels not getting cleared when running clear command |
Weirdly enough, I recently switched to a branch of Alacritty with sixel support and there zellij's sixel are correct... next week I got some time, I will investigate |
This may be the key - foot supports aspect ratios and defaults to 2:1. I'll look into this part of the zellij code this coming week.
…On Sat, Jul 20, 2024, at 21:12, Manuel de Prada Corral wrote:
Weirdly enough, I recently switched to a branch of Alacritty with sixel support <alacritty/alacritty#4763> and there zellij's sixel are correct...
image.png (view on web) <https://github.com/user-attachments/assets/3aa357f8-9ae5-459d-97b1-c38c5cdbd7a4>
next week I got some time, I will investigate
—
Reply to this email directly, view it on GitHub <#3173 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAAACN4JNHXVQUH6IXLVJ7DZNKZDVAVCNFSM6AAAAABEAWJTWKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBRGI3DKNBWHE>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Yeah that's it, I was able to use wezterm record to show that zellij is not passing through the raster attributes needed to fix the default 2:1 ratio (spec default) that foot uses and other terminal emulators fail to correctly default to. Comment from Aram on the line in question: |
1. Graphical issue inside a terminal pane (eg. something does not look as it should)
/tmp/zellij-1000/zellij-log
, ie withcd /tmp/zellij-1000/
andrm -fr zellij-log/
(/tmp/
is$TMPDIR/
on OSX)zellij --debug
stty size
, copy the result and attach it in the bug reportPlease attach the files that were created in
/tmp/zellij-1000/zellij-log/
to the extent you are comfortable with.Basic information
zellij --version
: zellij 0.39.2stty size
: 52 208uname -av
orver
(Windows): Linux sam-computer 6.7.6-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 23 Feb 2024 16:31:48 +0000 x86_64 GNU/LinuxFurther information
Reproduction steps, noticeable behavior, related issues, etc
after running img2sixel /path/to/png.png and then running the clear command the image does not get cleared from the screen
this is in the alacritty graphics branch that is working flawlessly outside of zellij
zellij.log
The text was updated successfully, but these errors were encountered: