- Download (4KB) visor-fix. If you're afraid this program will blow up your computer, feel free to compile it yourself, as the source is included.
- Unzip the contents, cd into the visor-fix folder in Terminal, and then move the included visor program (it's universal) to ~/.visor using this command:
prompt$ mv visor ~/.visor - Add the following to your .bashrc (or whatever you use for your Terminal startup commands):
Note: Replace the number 20 with whatever size you prefer Visor to have.resetvisor() { defaults write com.apple.Terminal VisorTerminal -dict-add Rows 20 ~/.visor & killall Terminal } - Open a new Terminal window (so that the new .bashrc is loaded) and type resetvisor.
[robg adds: I tested this one, and it works as described.]

