summaryrefslogtreecommitdiffstats
path: root/src/tab.rs
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2019-04-19 18:01:36 -0400
committerJiayi Zhao <jeff.no.zhao@gmail.com>2019-04-19 18:01:36 -0400
commit393bb3efc842fb2961a8a487ef8f4c2f75167da9 (patch)
treea1e9c840bf933237f4caa0daf76a732a88a3c036 /src/tab.rs
parent0b699e3f344c66568d3e1741349ff6e549198872 (diff)
remove redundant methods in struct.rs
Diffstat (limited to 'src/tab.rs')
-rw-r--r--src/tab.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tab.rs b/src/tab.rs
index d5a63cc..a851b86 100644
--- a/src/tab.rs
+++ b/src/tab.rs
@@ -117,7 +117,7 @@ impl JoshutoTab {
ncurses::waddstr(win.win, " ");
ui::wprint_file_info(win.win, entry);
}
- ncurses::wnoutrefresh(win.win);
+ win.queue_for_refresh();
}
}