瀏覽代碼

fix tabs

master
XeonSquared 9 月之前
父節點
當前提交
ae41cc48dd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      lib/vtansi.lua

+ 1
- 1
lib/vtansi.lua 查看文件

@@ -98,7 +98,7 @@ function vtansi.vtemu(gpu,bn) -- table number -- function -- takes GPU component
cx,cy = 1, cy+1
checkCursor()
elseif cc == "\t" then
wb=wb..(" "):rep(8*((cx+9)//8))
wb=wb..(" "):rep((((cx//8)+1) * 8) - cx + 1)
elseif cc == "\27" then
flushwb()
mode = 1


Loading…
取消
儲存