added configurable terminal size
This commit is contained in:
committed by
Gustavo Noronha Silva
parent
13a82c8532
commit
ea2a03b1fb
1
tests/fixtures/util/is_atty.sh
vendored
1
tests/fixtures/util/is_atty.sh
vendored
@@ -14,6 +14,7 @@ fi
|
||||
|
||||
if [ -t 2 ] ; then
|
||||
echo "stderr is atty"
|
||||
echo "terminal size: $(stty size)"
|
||||
else
|
||||
echo "stderr is not atty"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user