gnome-terminator / terminator

multiple GNOME terminals in one window
https://gnome-terminator.org
GNU General Public License v2.0
2.1k stars 252 forks source link

Does not resize from shell running inside #759

Closed aik closed 10 months ago

aik commented 1 year ago

print("\033[8;{};{}t".format(y, x)) (python3 code) or resize -s 20 20 (shell) do work when run inside gnome-terminal but not terminator 2.1.3/fedora36 - the size does not change, is there a workaround?

The idea is to reset the terminator window size to the remote tmux window size from a script.

mattrose commented 1 year ago

That works in neither terminal emulator for me, can you be a little bit more specific about your setup?

egmontkob commented 1 year ago

I've just noticed that it's cross-posted as https://github.com/gnunn1/tilix/issues/2167.