Don't bother clearing the screen during a refresh

This commit is contained in:
Andrew Resch 2009-10-31 18:44:27 +00:00
parent 41db357084
commit 6e063e7c85

View file

@ -248,8 +248,6 @@ class Screen(CursesStdIO):
Updates the lines based on the`:attr:lines` based on the `:attr:display_lines_offset`
attribute and the status bars.
"""
self.stdscr.clear()
# Update the status bars
self.add_string(0, self.topbar)
self.add_string(self.rows - 2, self.bottombar)