summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--glances/outputs/glances_curses.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glances/outputs/glances_curses.py b/glances/outputs/glances_curses.py
index a2cbd0a5..54f83c4e 100644
--- a/glances/outputs/glances_curses.py
+++ b/glances/outputs/glances_curses.py
@@ -1110,7 +1110,7 @@ class _GlancesCurses(object):
def erase(self):
"""Erase the content of the screen."""
- self.term_window.erase()
+ self.term_window.clear()
def flush(self, stats, cs_status=None):
"""Clear and update the screen.