Updated help, switch help screen to PAGER.

This commit is contained in:
Michael Lazar
2016-08-03 22:05:13 -07:00
parent 158e6b5059
commit 9894e2ce1d
4 changed files with 55 additions and 34 deletions

View File

@@ -82,7 +82,7 @@ class Page(object):
@PageController.register(Command('HELP'))
def show_help(self):
self.term.show_notification(docs.HELP.strip('\n').splitlines())
self.term.open_pager(docs.HELP.strip())
@PageController.register(Command('SORT_HOT'))
def sort_content_hot(self):