mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-24 15:55:14 +00:00
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:
@@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user