functionvtansi.vtemu(gpu)-- table -- function -- takes GPU component proxy *gpu* and returns a function to write to it in a manner like an ANSI terminal
@ -59,6 +59,7 @@ function vtansi.vtemu(gpu) -- table -- function -- takes GPU component proxy *gp
ifcc=="\n"then
flushwb()
cx,cy=1,cy+1
checkCursor()
elseifcc=="\t"then
wb=wb..(""):rep(8*((cx+9)//8))
elseifcc=="\27"then
@ -85,13 +86,25 @@ function vtansi.vtemu(gpu) -- table -- function -- takes GPU component proxy *gp