From 14495365043f84455acb211ca9d5a79c368b9949 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Sun, 1 Feb 2015 02:05:36 -0800 Subject: [PATCH] Load window now cleans itself up properly. --- rtv/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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