From deuce@1:103/705 to CVS commit on Thu Aug 22 02:31:19 2019
exec/dorkit graphic.js 1.8 1.9 local_console.js 1.6 1.7 screen.js 1.6 1.7 Update of /cvsroot/sbbs/exec/dorkit
In directory cvs:/tmp/cvs-serv3562/dorkit
Modified Files:
graphic.js local_console.js screen.js
Log Message:
Speed up local output by having the Graphic object maintain an array
suitable for use by conio.puttext().
It's still too slow though... not sure if it's the writing of ANSI or the updating the entire screen on any change...