Toggling split zoom results in redraws occurring inconsistently #6946
Replies: 2 comments 1 reply
-
Does this also manifest when resizing the window? That may help narrow it down. |
Beta Was this translation helpful? Give feedback.
-
Ah, hah. This is probably a program issue (in this case, Docker?). I've seen this before and I've also done this before as a CLI program author in the past. The program looks like it might be using spaces to wrap to the second line rather than a hard line break ( If you want me to look further into it being a Ghostty issue, recording an asciinema of the output and sharing the |
Beta Was this translation helpful? Give feedback.
-
Hi there! Love Ghostty, use it everyday, but I've been running into this issue unfortunately where toggling split-zoom on a terminal pane (using the Ghostty native command
super+shift+enter
) results in the redrawn content being off.It works both ways. Included a video of going from half-width to full-width but also occurs when going from full-width to half width especially with JSON logs. The redrawn content is cut off weirdly, spaces are added weirdly, or the width is set incorrectly.
In the video, I'm referring to the logs underneath the standard full-width timing Docker logs, i.e. not the fact that the logs don't resize (it shouldn't), but the fact that some of the logs flow into the previous line
This also manifests itself when copy/pasting the content, the spaces exist also when pasting, which is typically most visible when copy/pasting JSON, since it gets cut off and mis-formatted.
compressed_split-zoom-bug.mp4
Running on macOS 15.3.2 and Ghostty
e07b6fdf
Seems like the redraw might be occurring too quickly perhaps? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions