Add support for subtasks

This commit is contained in:
2017-12-11 22:28:04 -08:00
parent 7513035003
commit 4cb283b890
6 changed files with 58 additions and 33 deletions

View File

@@ -84,7 +84,6 @@ class CmdAsana(object):
def exit_handler(self, key):
if key in ('q', 'Q', 'esc'):
raise urwid.ExitMainLoop()
print(key)
if key in ('backspace'):
self.ui.go_back()