-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Specify window size or row x xcols on command line? #41
Comments
Technically, there should already be an option to configure the terminal size, namely the
configuration options in the loaded profile in |
PS A lot of people who use this code are calling it from scripts, for example I use esptool.py to flash a device then start the serial terminal for debug messages. My feeling it that users probably want to be able to override any stored defaults and just specify a size on the command line. I know "Gnome" this or "GTK" that, but the type of user using this is anger every day could do without half an hour of googling and fiddling with defaults and config files. |
I know, among other things, I use this terminal tool for ESP8266 and ESP32 programming as well.
|
Thanks Jeija that iooks very useful :-) I would still rather close the instance of the terminal (when not working with multiple monitors), re-flash and open a new one. Like you are I am using the esp-idf, a lonely experience maybe, you must be the other user not working with the Arduino IDE ;-) |
I cant seem to find a reliable way to specify the terminal size. Having flashed a board I use gtkterm to look at the serial output, but the lines are quite long. It adds an extra tedious step having to resize the window each time I start it. Does gtkterm have am option to specify the window or terminal size on the command line, if not then it would be great if it could be added.
Due to serial driver limitations I am compiling as a user but running gtkterm as root, I think this complicates the result.
The text was updated successfully, but these errors were encountered: