Docstring wordings, refactored /r/me handling, updated README.
This commit is contained in:
@@ -66,8 +66,11 @@ def show_help(stdscr):
|
||||
"""
|
||||
Overlay a message box with the help screen.
|
||||
"""
|
||||
show_notification(stdscr, HELP.split("\n"))
|
||||
|
||||
curses.endwin()
|
||||
print(HELP)
|
||||
raw_input('Press Enter to continue')
|
||||
curses.doupdate()
|
||||
|
||||
class LoadScreen(object):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user