Change clear() to erase() for less flicker when refreshing watch list.

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@286 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Jilles Tjoelker 2004-03-21 16:53:07 +00:00
parent 2366c39b11
commit 61c7349a86
1 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@ inprogressmenu ()
offset -= 14;
}
clear ();
erase ();
drawbanner (1, 1);
mvprintw (3, 1,
"During playback, hit 'q' to return here, 'm' to send mail (requires login),");