I'm writing an SSH/Telnet client for the Blackberry (and for other hand-held devices).
My question is more related to usability. Due to the screen size limitations for certain devices, and resolutions, how should I set the default rows/columns for the screen?
Currently I am setting it to 80 columns. The number of rows is dependent on the size of the font to prevent scrolling.
I have heard that 80x24 is the defacto default for most terminal types. Is this true?
For those SSH/Telnet users out there, how would you like your rows/columns set by default for a terminal client on a handheld device?