On 2015-03-11, John Long <[email protected]> wrote: > I just installed 5.6 on a Sun V210. The console doesn't seem to know how big > the terminal emulator screen is. Whether I use cu or minicom too many lines > are displayed.
By default TERM is set to "sun", which is for an 80x34 Sun video console. If you connect from, say, an xterm, you'll need TERM=xterm. And if you're using unusual terminal sizes, you need to set rows and columns with stty(1). This isn't SSH, where the protocol transmits those terminal parameters to the remote side. -- Christian "naddy" Weisgerber [email protected]

