Make TEXT set HTAB 1 : VTAB 24

This commit is contained in:
Joshua Bell 2021-03-31 20:13:14 -07:00
parent e15655e105
commit 5fc7c66b55
1 changed files with 1 additions and 0 deletions

View File

@ -835,6 +835,7 @@ this.basic = (function() {
height: env.tty.getScreenSize().height
};
}
env.tty.setCursorPosition(0, env.tty.getScreenSize().height - 1);
},
//////////////////////////////////////////////////////////////////////