Register now and start sharing your code snippets.
-->
Solution to the "Terminal too wide" problem
Shell Script (Bash) posted about 1 year ago by christian
On Solaris you sometimes get this error when firing up your VI editor:
1 Terminal too wide
One solution is to increase the number of the columns with this command:
1 stty columns 120
An even better solution is to install VIM …