From e335ace8df233e414c319ff5ada7b7e482070dc6 Mon Sep 17 00:00:00 2001 From: Rob Bishop Date: Fri, 24 May 2013 02:01:35 +0100 Subject: [PATCH] WT_HEIGHT changed to 17 for extra prettiness --- raspi-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raspi-config b/raspi-config index 52cfc70..631f38e 100755 --- a/raspi-config +++ b/raspi-config @@ -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