diff options
Diffstat (limited to 'src')
| -rwxr-xr-x | src/featherweight.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 = '') |
