WT_HEIGHT changed to 17 for extra prettiness

This commit is contained in:
Rob Bishop 2013-05-24 02:01:35 +01:00
parent fb7ce4c53f
commit e335ace8df
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ calc_wt_size() {
# NOTE: it's tempting to redirect stderr to /dev/null, so supress error
# output from tput. However in this case, tput detects neither stdout or
# stderr is a tty and so only gives default 80, 24 values
WT_HEIGHT=20
WT_HEIGHT=17
WT_WIDTH=$(tput cols)
if [ -z "$WT_WIDTH" ] || [ "$WT_WIDTH" -lt 60 ]; then