X-Git-Url: https://git.xandkar.net/?p=cellular-automata.git;a=blobdiff_plain;f=life%2F001%2Fbin%2Flife;h=fdcf76521f5f7b0063c9697c55ebf18fdf68f748;hp=993ca12663e9667acdab91e4e082cb8a3e2bb517;hb=223cc9ca1f4cb32eb088f781ac20e90b38bc6fef;hpb=66ca47c0043ceefe68c77c5e3b0bd127389a6ad0 diff --git a/life/001/bin/life b/life/001/bin/life index 993ca12..fdcf765 100755 --- a/life/001/bin/life +++ b/life/001/bin/life @@ -1,7 +1,7 @@ #! /bin/sh -Y=`expr \`stty size | awk '{print $1}'\` - 3` +Y=`stty size | awk '{print $1 - 3}'` # Reserve 3 charcters for status bar X=`stty size | awk '{print $2}'` NUM_BEAM_PROCESSES=31