From 1395293733eec85beb0237609c77a4cf05dd41e8 Mon Sep 17 00:00:00 2001 From: Mattia Basaglia Date: Wed, 18 May 2016 23:04:11 +0100 Subject: [PATCH] Default to 1024 colums (pretty much no truncation) --- systempony | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systempony b/systempony index cc116de..caf1f77 100755 --- a/systempony +++ b/systempony @@ -347,7 +347,7 @@ if [ -f "$ponyfile" ] then lines=$(cat "$ponyfile" | wc -l) # cat to avoid printing file name let info_index=0 - COLUMNS=$(tput cols) + COLUMNS=$(tput cols || echo 1024) if [ "${info_firstx[$PONY]}" ]