Merge pull request #43 from tkajder/master

Pressing '?' crashes the client
This commit is contained in:
michael-lazar
2015-03-22 21:08:27 -07:00

View File

@@ -60,7 +60,7 @@ def show_help(stdscr):
""" """
Overlay a message box with the help screen. Overlay a message box with the help screen.
""" """
show_notification(stdscr, docs.HELP.split("\n")) show_notification(stdscr, HELP.split("\n"))
class LoadScreen(object): class LoadScreen(object):
""" """