From 0886bf3eb163971e5642dc0488c82348ede0eb7b Mon Sep 17 00:00:00 2001
From: Rob Swindell <rob@synchro.net>
Date: Sun, 6 Sep 2020 22:19:32 -0700
Subject: [PATCH] Clear the last line (not the entire screen) when exiting.

---
 exec/ftn-setup.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/exec/ftn-setup.js b/exec/ftn-setup.js
index 783ff9e04c..d52a17a464 100644
--- a/exec/ftn-setup.js
+++ b/exec/ftn-setup.js
@@ -106,4 +106,5 @@ while (!js.terminated) {
 }
 
 frame.close();
-console.clear(BG_BLACK|LIGHTGRAY);
+console.creturn();
+console.cleartoeol();
-- 
GitLab