diff --git a/rtv/utils.py b/rtv/utils.py index a6ccb35..8c2b780 100644 --- a/rtv/utils.py +++ b/rtv/utils.py @@ -92,8 +92,8 @@ class LoadScreen(object): for i in xrange(len(trail)+1): if not self._is_running: - # TODO: figure out why this isn't removing the screen - del window + window.clear() + window = None self._stdscr.refresh() return