From 5fc7c66b556dd3efe0adbe1192ad34993b6b25e2 Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Wed, 31 Mar 2021 20:13:14 -0700 Subject: [PATCH] Make TEXT set HTAB 1 : VTAB 24 --- basic.js | 1 + 1 file changed, 1 insertion(+) diff --git a/basic.js b/basic.js index dd2127d..d07335e 100644 --- a/basic.js +++ b/basic.js @@ -835,6 +835,7 @@ this.basic = (function() { height: env.tty.getScreenSize().height }; } + env.tty.setCursorPosition(0, env.tty.getScreenSize().height - 1); }, //////////////////////////////////////////////////////////////////////