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