浏览代码

fixed tabs in nvt

pull/1/head
XeonSquared 4 年前
父节点
当前提交
bf66fa15e1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      module/nvt100.lua

+ 1
- 1
module/nvt100.lua 查看文件

@@ -55,7 +55,7 @@ function vt100emu(gpu) -- takes GPU component proxy *gpu* and returns a function
flushwb()
cx,cy = 1, cy+1
elseif cc == "\t" then
cx = 8*((cx+9)//8)
wb=wb..(" "):rep(8*((cx+9)//8))
elseif cc == "\27" then
flushwb()
mode = 1


正在加载...
取消
保存