Comments for flash(). I should probably also note that this is

significantly slower than the old version (where the old version was
implemented at all), but the slowness only shows up on an extremely show
machine, like an XT.
This commit is contained in:
William McBrine
2006-07-28 07:28:27 +00:00
parent 3a8057b83d
commit 0f65ab6862

View File

@@ -27,7 +27,7 @@
# undef wrefresh
#endif
RCSID("$Id: beep.c,v 1.21 2006/07/15 20:46:23 wmcbrine Exp $");
RCSID("$Id: beep.c,v 1.22 2006/07/28 07:28:27 wmcbrine Exp $");
/*man-start**************************************************************
@@ -77,6 +77,8 @@ int flash(void)
PDC_LOG(("flash() - called\n"));
/* Reverse each cell; wait; restore the screen */
for (z = 0; z < 2; z++) {
for (y = 0; y < LINES; y++)