Use wrefresh(curscr) instead of clearok().

Suggested by Thomas Dickey.
This commit is contained in:
jdc 2001-01-07 13:07:57 +00:00
parent 844116d987
commit 6b6028160d
18 changed files with 38 additions and 38 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.c,v 1.24 2000/12/31 13:08:06 jdc Exp $ */
/* $NetBSD: md.c,v 1.25 2001/01/07 13:07:57 jdc Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -339,7 +339,7 @@ md_update(void)
endwin();
md_copy_filesystem ();
md_post_newfs();
clearok(stdscr, TRUE);
wrefresh(curscr);
wmove(stdscr, 0, 0);
wclear(stdscr);
wrefresh(stdscr);

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.c,v 1.6 2000/12/31 13:08:06 jdc Exp $ */
/* $NetBSD: md.c,v 1.7 2001/01/07 13:07:58 jdc Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -107,7 +107,7 @@ md_update(void)
endwin();
md_copy_filesystem();
md_post_newfs();
clearok(stdscr, TRUE);
wrefresh(curscr);
wmove(stdscr, 0, 0);
wclear(stdscr);
wrefresh(stdscr);

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.c,v 1.28 2000/12/31 13:08:06 jdc Exp $ */
/* $NetBSD: md.c,v 1.29 2001/01/07 13:07:58 jdc Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -485,7 +485,7 @@ md_update(void)
endwin();
md_copy_filesystem();
md_post_newfs();
clearok(stdscr, TRUE);
wrefresh(curscr);
wmove(stdscr, 0, 0);
wclear(stdscr);
wrefresh(stdscr);

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.c,v 1.20 2000/12/31 13:08:06 jdc Exp $ */
/* $NetBSD: md.c,v 1.21 2001/01/07 13:07:58 jdc Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -334,7 +334,7 @@ md_update (void)
endwin();
md_copy_filesystem ();
md_post_newfs();
clearok(stdscr, TRUE);
wrefresh(curscr);
wmove(stdscr, 0, 0);
wclear(stdscr);
wrefresh(stdscr);

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.c,v 1.10 2000/12/31 13:08:06 jdc Exp $ */
/* $NetBSD: md.c,v 1.11 2001/01/07 13:07:58 jdc Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -462,7 +462,7 @@ md_update(void)
md_copy_filesystem();
md_post_newfs();
md_upgrade_mbrtype();
clearok(stdscr, TRUE);
wrefresh(curscr);
wmove(stdscr, 0, 0);
wclear(stdscr);
wrefresh(stdscr);

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.c,v 1.51 2000/12/31 13:08:07 jdc Exp $ */
/* $NetBSD: md.c,v 1.52 2001/01/07 13:07:58 jdc Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -396,7 +396,7 @@ md_update(void)
md_copy_filesystem();
md_post_newfs();
md_upgrade_mbrtype();
clearok(stdscr, TRUE);
wrefresh(curscr);
wmove(stdscr, 0, 0);
wclear(stdscr);
wrefresh(stdscr);

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.c,v 1.17 2000/12/31 13:08:07 jdc Exp $ */
/* $NetBSD: md.c,v 1.18 2001/01/07 13:07:58 jdc Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -856,7 +856,7 @@ md_update (void)
endwin();
md_copy_filesystem ();
md_post_newfs();
clearok(stdscr, TRUE);
wrefresh(curscr);
wmove(stdscr, 0, 0);
wclear(stdscr);
wrefresh(stdscr);

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.c,v 1.19 2000/12/31 13:08:07 jdc Exp $ */
/* $NetBSD: md.c,v 1.20 2001/01/07 13:07:59 jdc Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -350,7 +350,7 @@ md_update()
endwin();
md_copy_filesystem ();
md_post_newfs();
clearok(stdscr, TRUE);
wrefresh(curscr);
wmove(stdscr, 0, 0);
wclear(stdscr);
wrefresh(stdscr);

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.c,v 1.7 2000/12/31 13:08:07 jdc Exp $ */
/* $NetBSD: md.c,v 1.8 2001/01/07 13:07:59 jdc Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -350,7 +350,7 @@ md_update()
endwin();
md_copy_filesystem ();
md_post_newfs();
clearok(stdscr, TRUE);
wrefresh(curscr);
wmove(stdscr, 0, 0);
wclear(stdscr);
wrefresh(stdscr);

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.c,v 1.44 2000/12/31 13:08:07 jdc Exp $ */
/* $NetBSD: md.c,v 1.45 2001/01/07 13:07:59 jdc Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -192,7 +192,7 @@ md_update(void)
endwin();
md_copy_filesystem();
md_post_newfs();
clearok(stdscr, TRUE);
wrefresh(curscr);
wmove(stdscr, 0, 0);
wclear(stdscr);
wrefresh(stdscr);

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.c,v 1.25 2000/12/31 13:08:08 jdc Exp $ */
/* $NetBSD: md.c,v 1.26 2001/01/07 13:07:59 jdc Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -193,7 +193,7 @@ md_update(void)
endwin();
md_copy_filesystem();
md_post_newfs();
clearok(stdscr, TRUE);
wrefresh(curscr);
wmove(stdscr, 0, 0);
wclear(stdscr);
wrefresh(stdscr);

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.c,v 1.6 2000/12/31 13:08:08 jdc Exp $ */
/* $NetBSD: md.c,v 1.7 2001/01/07 13:07:59 jdc Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -178,7 +178,7 @@ md_update(void)
endwin();
md_copy_filesystem();
md_post_newfs();
clearok(stdscr, TRUE);
wrefresh(curscr);
wmove(stdscr, 0, 0);
wclear(stdscr);
wrefresh(stdscr);

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.c,v 1.15 2000/12/31 13:08:08 jdc Exp $ */
/* $NetBSD: md.c,v 1.16 2001/01/07 13:07:59 jdc Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -177,7 +177,7 @@ md_update(void)
endwin();
md_copy_filesystem();
md_post_newfs();
clearok(stdscr, TRUE);
wrefresh(curscr);
wmove(stdscr, 0, 0);
wclear(stdscr);
wrefresh(stdscr);

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.c,v 1.14 2000/12/31 13:08:08 jdc Exp $ */
/* $NetBSD: md.c,v 1.15 2001/01/07 13:08:00 jdc Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -308,7 +308,7 @@ md_update(void)
endwin();
md_copy_filesystem();
md_post_newfs();
clearok(stdscr, TRUE);
wrefresh(curscr);
wmove(stdscr, 0, 0);
wclear(stdscr);
wrefresh(stdscr);

View File

@ -1,4 +1,4 @@
/* $NetBSD: install.c,v 1.26 2000/12/31 13:08:05 jdc Exp $ */
/* $NetBSD: install.c,v 1.27 2001/01/07 13:07:57 jdc Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -127,7 +127,7 @@ do_install()
msg_display(MSG_disksetupdone);
getchar();
clearok(stdscr, TRUE);
wrefresh(curscr);
wmove(stdscr,0, 0);
wclear(stdscr);
wrefresh(stdscr);

View File

@ -1,4 +1,4 @@
/* $NetBSD: net.c,v 1.68 2000/12/31 13:08:05 jdc Exp $ */
/* $NetBSD: net.c,v 1.69 2001/01/07 13:07:57 jdc Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -744,7 +744,7 @@ get_via_ftp()
/* Error getting the file. Bad host name ... ? */
msg_display(MSG_ftperror_cont);
getchar();
clearok(stdscr, TRUE);
wrefresh(curscr);
wmove(stdscr, 0, 0);
touchwin(stdscr);
wclear(stdscr);
@ -759,7 +759,7 @@ get_via_ftp()
list++;
}
clearok(stdscr, TRUE);
wrefresh(curscr);
wmove(stdscr, 0, 0);
touchwin(stdscr);
wclear(stdscr);

View File

@ -1,4 +1,4 @@
/* $NetBSD: upgrade.c,v 1.29 2000/12/31 13:08:06 jdc Exp $ */
/* $NetBSD: upgrade.c,v 1.30 2001/01/07 13:07:57 jdc Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -109,7 +109,7 @@ do_upgrade()
/* Done with disks. Ready to get and unpack tarballs. */
msg_display(MSG_disksetupdoneupdate);
getchar();
clearok(stdscr, TRUE);
wrefresh(curscr);
wmove(stdscr, 0, 0);
wclear(stdscr);
wrefresh(stdscr);
@ -267,7 +267,7 @@ do_reinstall_sets()
return;
fflush(stdout);
clearok(stdscr, TRUE);
wrefresh(curscr);
wmove(stdscr, 0, 0);
touchwin(stdscr);
wclear(stdscr);

View File

@ -1,4 +1,4 @@
/* $NetBSD: util.c,v 1.62 2000/12/31 13:08:06 jdc Exp $ */
/* $NetBSD: util.c,v 1.63 2001/01/07 13:07:57 jdc Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -533,7 +533,7 @@ extract_dist()
}
}
clearok(stdscr, TRUE);
wrefresh(curscr);
wmove(stdscr, 0, 0);
wclear(stdscr);
wrefresh(stdscr);