From 0830405b5dd344da91e4ffd493543a54120d2477 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Wed, 7 Dec 2005 06:12:48 +0000 Subject: [PATCH] Removed wclrtoeol() from Continue() -- it seemed to serve no purpose except to break the box on introTest(). --- demos/testcurs.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/demos/testcurs.c b/demos/testcurs.c index 48c09e10..fb21fb95 100644 --- a/demos/testcurs.c +++ b/demos/testcurs.c @@ -34,7 +34,7 @@ #ifdef PDCDEBUG # define CURSES_LIBRARY /* needed for the prototype of PDC_debug */ -char *rcsid_testcurs = "$Id: testcurs.c,v 1.20 2005/12/07 05:25:35 wmcbrine Exp $"; +char *rcsid_testcurs = "$Id: testcurs.c,v 1.21 2005/12/07 06:12:48 wmcbrine Exp $"; #endif #include @@ -191,8 +191,6 @@ void Continue (win) WINDOW *win; #endif { - wmove(win, 10, 1); - wclrtoeol(win); mvwaddstr(win, 10, 1, " Press any key to continue"); wrefresh(win); raw();