mirror of
https://git.shadowkat.net/izaya/OC-PsychOS2.git
synced 2024-11-10 15:48:36 -05:00
fix tabs
This commit is contained in:
parent
429c9e2aa7
commit
ae41cc48dd
@ -98,7 +98,7 @@ function vtansi.vtemu(gpu,bn) -- table number -- function -- takes GPU component
|
|||||||
cx,cy = 1, cy+1
|
cx,cy = 1, cy+1
|
||||||
checkCursor()
|
checkCursor()
|
||||||
elseif cc == "\t" then
|
elseif cc == "\t" then
|
||||||
wb=wb..(" "):rep(8*((cx+9)//8))
|
wb=wb..(" "):rep((((cx//8)+1) * 8) - cx + 1)
|
||||||
elseif cc == "\27" then
|
elseif cc == "\27" then
|
||||||
flushwb()
|
flushwb()
|
||||||
mode = 1
|
mode = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user