소스 검색

remove a debug log that spammed syslog

master
XeonSquared 7 달 전
부모
커밋
91d9ce33c8
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. +0
    -1
      lib/vtansi.lua

+ 0
- 1
lib/vtansi.lua 파일 보기

@@ -148,7 +148,6 @@ function vtansi.vtemu(gpu,bn) -- table number -- function -- takes GPU component
cx, cy = sx, sy
elseif cc == "n" and tA[1] == 6 then
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
gpu.fill(1,cy,cx,1," ")
elseif cc == "K" and tA[1] == 2 then


불러오는 중...
취소
저장