Improved help message display on small terminal windows

This commit is contained in:
Michael Lazar
2015-04-05 17:36:42 -07:00
parent 9ee21fe1ce
commit 0aa40f7f14
2 changed files with 8 additions and 10 deletions

View File

@@ -176,7 +176,7 @@ class BasePage(object):
@BaseController.register('?')
def help(self):
show_help(self.stdscr)
show_help(self._content_window)
@BaseController.register(curses.KEY_UP, 'k')
def move_cursor_up(self):