Use a different escape sequence for magenta.
[profile.git] / bigscreen
1 #!/bin/bash
2 #
3 # $Id$
4 #
5 # bigscreen: Start screen, resizing the current window to allow a hardstatus 
6 #            line in addition to an 80x24 display.
7 # Usage: bigscreen [args]
8 #
9
10 # Resize only if we're at the default size.
11 if [ "$(tput lines)" = "24" ]; then
12   usize $(tput cols) 25
13 fi
14 exec screen ${1+"$@"}