From d0bfd9061c4bb4a2ee720e5ac26f43c3e950c1d1 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 27 Jul 2013 01:29:05 +0200 Subject: nicer exit in tty MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/featherweight.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/featherweight.py b/src/featherweight.py index e142e51..83a37e0 100755 --- a/src/featherweight.py +++ b/src/featherweight.py @@ -97,5 +97,5 @@ except Exception as err: pass finally: Popen(['stty', old_stty], stdout = PIPE, stderr = PIPE).communicate() - print('\033[?9l\033[?25h\033[?1049l', end = '') + print('\n\033[?9l\033[?25h\033[?1049l', end = '') -- cgit v1.2.3-70-g09d2