X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=001%2Fbin%2Flife;fp=001%2Fbin%2Flife;h=a0f014aef5b7b395e01e612ccb33a5426ee9d12d;hb=eec4cd1f37ccb353d325f7f8e46e6f9efaa02077;hp=63d54377ddb0760194d227cbe795150bb5973888;hpb=00853100dcd6d340d81783c0680ef609e2c87420;p=cellular-automata.git diff --git a/001/bin/life b/001/bin/life index 63d5437..a0f014a 100755 --- a/001/bin/life +++ b/001/bin/life @@ -1,7 +1,7 @@ #! /bin/sh -Y=`expr \`stty size | awk '{print $1}'\` - 5` +Y=`expr \`stty size | awk '{print $1}'\` - 3` X=`stty size | awk '{print $2}'`