commented the use of vt100emu

This commit is contained in:
Izaya 2019-01-08 18:00:36 +11:00
parent f6a405d886
commit 2c772b2987
1 changed files with 1 additions and 1 deletions

View File

@ -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 = " "