Added refresh with "r", something is going on with the cursor blink.

This commit is contained in:
Michael Lazar
2015-01-25 02:23:07 -08:00
parent 97357a79d2
commit 3fb39d344d
2 changed files with 26 additions and 9 deletions

View File

@@ -40,6 +40,8 @@ class SubredditViewer(BaseViewer):
# Refresh page
elif cmd in (curses.KEY_F5, ord('r')):
self.content.reset()
self.stdscr.clear()
self.draw()
# Quit