commit d07e15e785819f758947e4bf6f779da25277e1a5
parent 69eb0b3c088fa571927fa21060c2b40c3c3948fd
Author: Isak Lindhé <isak.e.lindhe@gmail.com>
Date: Mon, 2 Sep 2019 10:31:43 +0200
newline after c-v or c-c exit
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/txtv/txtv.py b/txtv/txtv.py
@@ -111,6 +111,7 @@ def interactive(start_page: Page):
else:
err("That's not a command, kompis. 'help' gives you a list of commands.", fatal=False)
except (EOFError, KeyboardInterrupt):
+ print()
exit(0)
#####################