X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=001%2Fbin%2Flife;h=cb64898b534921fb67a391574d9b9ad49a7ed94b;hb=f7349482eecfd0f58668b13a8bdf147b0bcf877f;hp=87edae8519f70eb2ab863948c617e36fadd522ce;hpb=d2a0e2f9319260ac266296451915776f3399fb70;p=cellular-automata.git diff --git a/001/bin/life b/001/bin/life index 87edae8..cb64898 100755 --- a/001/bin/life +++ b/001/bin/life @@ -1,7 +1,7 @@ #! /bin/sh -Y=`expr \`stty size | awk '{print $1}'\` - 3` +Y=`expr \`stty size | awk '{print $1}'\` - 5` X=`stty size | awk '{print $2}'`