1
1
mirror of https://git.shadowkat.net/izaya/OC-PsychOS2.git synced 2024-09-20 19:06:32 -04:00

fixed tabs in nvt

This commit is contained in:
XeonSquared 2020-04-09 15:49:42 +10:00
parent f68605ffea
commit bf66fa15e1

View File

@ -55,7 +55,7 @@ function vt100emu(gpu) -- takes GPU component proxy *gpu* and returns a function
flushwb()
cx,cy = 1, cy+1
elseif cc == "\t" then
cx = 8*((cx+9)//8)
wb=wb..(" "):rep(8*((cx+9)//8))
elseif cc == "\27" then
flushwb()
mode = 1