mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-25 00:05:16 +00:00
Added test for flash().
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
* wrs(5/28/93) -- modified to be consistent (perform identically) with
|
||||
* either PDCurses or under Unix System V, R4
|
||||
*
|
||||
* $Id: testcurs.c,v 1.55 2006/07/13 00:20:26 wmcbrine Exp $
|
||||
* $Id: testcurs.c,v 1.56 2006/07/15 21:03:26 wmcbrine Exp $
|
||||
*/
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
@@ -246,9 +246,13 @@ void introTest(WINDOW *win)
|
||||
|
||||
cbreak();
|
||||
mvwaddstr(win, 1, 1,
|
||||
"You should have rectangle in the middle of the screen");
|
||||
"You should have a rectangle in the middle of the screen");
|
||||
mvwaddstr(win, 2, 1, "You should have heard a beep");
|
||||
Continue(win);
|
||||
|
||||
flash();
|
||||
mvwaddstr(win, 3, 1, "You should have seen a flash");
|
||||
Continue(win);
|
||||
}
|
||||
|
||||
void scrollTest(WINDOW *win)
|
||||
|
||||
Reference in New Issue
Block a user