]> git.phdru.name Git - dotfiles.git/blob - bin/screen
.xinitrc: calculate geometry for `xclock`
[dotfiles.git] / bin / screen
1 #! /bin/sh
2
3 if [ "$1" = "-ls" -o "$1" = "--list" ]; then
4    list=true
5 fi
6
7 test "$list" = true || tput smcup
8 /usr/bin/screen "$@"
9 test "$list" = true || tput rmcup