Added refresh with "r", something is going on with the cursor blink.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user