Clean up, simplified key commands.

This commit is contained in:
Michael Lazar
2015-02-12 20:40:51 -08:00
parent 901c094dd5
commit df91903900
4 changed files with 9 additions and 8 deletions

View File

@@ -38,7 +38,6 @@ class Navigator(object):
valid, redraw = True, False
# TODO: add variable movement
forward = ((direction*self.step) > 0)
if forward: