forked from izaya/OC-PsychOS2
commented the use of vt100emu
This commit is contained in:
parent
f6a405d886
commit
2c772b2987
@ -1,4 +1,4 @@
|
||||
function vt100emu(gpu)
|
||||
function vt100emu(gpu) -- takes GPU component proxy *gpu* and returns a function to write to it in a manner like an ANSI terminal
|
||||
local mx, my = gpu.maxResolution()
|
||||
local cx, cy = 1, 1
|
||||
local pc = " "
|
||||
|
Loading…
Reference in New Issue
Block a user