A simple question with an easy answer: how many characters long is your terminal in full screen? I am working on a torrent searching script, and I am interested in the statistical max dimensions of a terminal. Thanks in advance.
A simple question with an easy answer: how many characters long is your terminal in full screen? I am working on a torrent searching script, and I am interested in the statistical max dimensions of a terminal. Thanks in advance.
My laptop is 192x54 in the virtual terminal and 190x47 in Gnome Terminal.
Whatever program you write definitely needs to support an 80 column display though. A 5" phone screen is going to need a much larger font than a 14" laptop screen.
Thanks. The ideal should be 140 chars. I will work out truncating the torrent name column in order for everything to fit in 80 char terminals, although it would not be very functional.