Make the -d option actually work.

Today fast terminals are usually the default.

PR:		21634
Submitted by:	Eric S. Van Gyzen <eric@vangyzen.net>
This commit is contained in:
alex 2000-10-28 07:37:57 +00:00
parent 430258152b
commit a09af49602

View File

@ -328,6 +328,8 @@ main(argc, argv)
flavor[n % sizeof(flavor)]);
ref[w->ypos[h] = y][w->xpos[h] = x]++;
}
if (usleep(delay))
onsig(SIGTERM);
}
}