mirror of
https://git.shadowkat.net/izaya/OC-PsychOS2.git
synced 2024-11-15 09:08:09 -05:00
remove a debug log that spammed syslog
This commit is contained in:
parent
0935d15864
commit
91d9ce33c8
@ -148,7 +148,6 @@ function vtansi.vtemu(gpu,bn) -- table number -- function -- takes GPU component
|
|||||||
cx, cy = sx, sy
|
cx, cy = sx, sy
|
||||||
elseif cc == "n" and tA[1] == 6 then
|
elseif cc == "n" and tA[1] == 6 then
|
||||||
rs = string.format("%s\27[%d;%dR",rs,cx,cy)
|
rs = string.format("%s\27[%d;%dR",rs,cx,cy)
|
||||||
dprint(string.format("reporting %d;%d as current cursor position",cx,cy))
|
|
||||||
elseif cc == "K" and tA[1] == 1 then
|
elseif cc == "K" and tA[1] == 1 then
|
||||||
gpu.fill(1,cy,cx,1," ")
|
gpu.fill(1,cy,cx,1," ")
|
||||||
elseif cc == "K" and tA[1] == 2 then
|
elseif cc == "K" and tA[1] == 2 then
|
||||||
|
Loading…
Reference in New Issue
Block a user