diff options
Diffstat (limited to 'srclib/apr-util/test/nw_misc.c')
-rw-r--r-- | srclib/apr-util/test/nw_misc.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/srclib/apr-util/test/nw_misc.c b/srclib/apr-util/test/nw_misc.c index 8e94598a..b45f9516 100644 --- a/srclib/apr-util/test/nw_misc.c +++ b/srclib/apr-util/test/nw_misc.c @@ -1,6 +1,5 @@ #include <stdio.h> #include <stdlib.h> -#include <netware.h> #include <screen.h> /* #include "testutil.h" @@ -10,11 +9,7 @@ void _NonAppStop( void ) { if (getenv("_IN_NETWARE_BASH_") == NULL) { - uint16_t row, col; - - GetScreenSize(&row, &col); - gotorowcol(row-1, 0); - printf("<Press any key to close screen> "); + printf("\r\n<Press any key to close screen> "); getcharacter(); } } |