diff --git a/demos/testcurs.c b/demos/testcurs.c index 200863e0..3c269128 100644 --- a/demos/testcurs.c +++ b/demos/testcurs.c @@ -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)