From 2c772b29877462f48c8690c0dd75a4eac0403490 Mon Sep 17 00:00:00 2001 From: XeonSquared Date: Tue, 8 Jan 2019 18:00:36 +1100 Subject: [PATCH] commented the use of vt100emu --- module/vt100.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/vt100.lua b/module/vt100.lua index c9068ed..393429f 100644 --- a/module/vt100.lua +++ b/module/vt100.lua @@ -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 = " "