diff options
| -rwxr-xr-x | src/featherweight.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/featherweight.py b/src/featherweight.py index 177bd07..470b115 100755 --- a/src/featherweight.py +++ b/src/featherweight.py @@ -220,6 +220,8 @@ try: collapsed_count += -1 if value else 1 cur['expanded'] = value print_tree() + elif buf == 'q': + break elif buf.endswith('\t'): print('Tab') elif buf.endswith('\n'): |
