Resize by escape sequences broken
Brought to you by:
realh
echo -ne '\e[8;30;100t' => should resize to 100x30 cells
echo -ne '\e[4;500;1000t' => should resize to 1000x500 pixels
There was a nasty change sneaked in to vte-0.38 that the resize-window signal no longer sends pixels but character counts. Roxterm needs to be adjusted accordingly.
Anonymous
I think I already fixed that in 3.3.1.
Cool, sorry for bothering you then! :)