Implement window resizing via CSI t w/ param 8 #4378
Unanswered
scrosland
asked this question in
Feature Requests, Ideas
Replies: 1 comment
-
FWIW this can't be easily implemented in Linux because GTK does not provide any APIs for resizing a window (fundamentally it's because Wayland doesn't allow windows to resize themselves). Having |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using Ghostty 1.0.1 on macOS Sequoia 15.2.
I find it very convenient to be able to resize a terminal from the command line, but ghostty doesn't appear to support this yet.
I usually do this via
CSI t
with parameter 8 which resizes in characters. XTerm Control Sequences says:which I usually invoke via a shell function:
I see that ghostty does support
CSI t
size reporting with parameter 14 or 18 as per #476.An alternative might be to add a
+resize
command to the ghostty CLI application.Beta Was this translation helpful? Give feedback.
All reactions