Apparently I left in some unused variables that were supposed to be removed by Tema
This commit is contained in:
@@ -168,9 +168,6 @@ function module.init()
|
|||||||
|
|
||||||
local ANSIColorPalette = getColorPalette(gpu.maxDepth())
|
local ANSIColorPalette = getColorPalette(gpu.maxDepth())
|
||||||
|
|
||||||
local expecting_unicode_bytes = 0
|
|
||||||
local unicode_bytes_left = 0
|
|
||||||
local unicode_codepoint = 0
|
|
||||||
local cursor = { x = 1, y = 1, X = nil, Y = nil } -- X and Y are managed by ESC s and ESC u
|
local cursor = { x = 1, y = 1, X = nil, Y = nil } -- X and Y are managed by ESC s and ESC u
|
||||||
local printState = 0 -- 0:none 1:in ESC 2:in CSI
|
local printState = 0 -- 0:none 1:in ESC 2:in CSI
|
||||||
local color = {
|
local color = {
|
||||||
|
|||||||
Reference in New Issue
Block a user