Redraw after the help message box is gone.

This commit is contained in:
ysakamoto
2015-03-06 03:54:49 -06:00
parent b5d2852708
commit 455f742a27
2 changed files with 3 additions and 1 deletions

View File

@@ -54,6 +54,7 @@ class SubredditPage(BasePage):
elif cmd == ord('?'):
display_message(self.stdscr, help_msg)
self.draw()
elif cmd == ord('q'):
sys.exit()