Fixed cursor colour when matchign brackets.
[profile.git] / usize
diff --git a/usize b/usize
index ec2b25d..73b0346 100755 (executable)
--- a/usize
+++ b/usize
@@ -7,8 +7,8 @@
 # Usage: usize <width> [<height>]
 #
 
-width=$COLUMNS
-height=$LINES
+width=${COLUMNS:-80}
+height=${LINES:-24}
 
 case $# in
   0)