B_SIZE
static cell curscreen[B_SIZE]; /* 1 => standout (or otherwise marked) */
cell board[B_SIZE];
for (i = B_SIZE; i; i--)
extern cell board[B_SIZE]; /* 1 => occupied, 0 => empty */