1
1
mirror of https://git.shadowkat.net/izaya/OC-PsychOS2.git synced 2024-11-25 12:42:10 -05:00

commented the use of vt100emu

This commit is contained in:
XeonSquared 2019-01-08 18:00:36 +11:00
parent f6a405d886
commit 2c772b2987

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