ソースを参照

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


読み込み中…
キャンセル
保存