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:
Alexander Langer 2000-10-28 07:37:57 +00:00
parent 683212b993
commit d4cc151df7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=67768

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);
}
}