Hi,
I am working with embedded devices running Linux stack inside. Most of communications are done via serial line (USB). What is bugging me for quite some time is terminal window size. The default is 24x80 and I used a different one as default, I love resizing it and going to full screen, but that does damage. Linux on chip does not detect resizes like it works with ssh connections. Each time I have to manually set those variables to make programs work normally (e.g. do not overwrite text).
Could there be an option in iTerm2 that it would manually set terminal window size, for example via LINES and COLUMNS environment variables?
-david