Commited a possible fix to the screen update bug.

git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@258 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2005-02-06 18:17:13 +00:00
parent c2a0fd90dc
commit fc903274ae
7 changed files with 19 additions and 3 deletions
+2
View File
@@ -65,6 +65,8 @@ Manager::adjust_layout() {
void
Manager::do_update() {
wnoutrefresh(stdscr);
std::for_each(begin(), end(), std::mem_fun(&Window::redraw));
std::for_each(begin(), end(), std::mem_fun(&Window::refresh));