From 0ae00dd61a22599657d4f0755e9b1b47bb957948 Mon Sep 17 00:00:00 2001 From: mcplayer3 <219271061+mcplayer3@users.noreply.github.com> Date: Sat, 20 Jun 2026 22:21:14 +1000 Subject: [PATCH] Apparently I left in some unused variables that were supposed to be removed by Tema --- halyde/kernel/modules/terminal.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/halyde/kernel/modules/terminal.lua b/halyde/kernel/modules/terminal.lua index 604c82c..fbf094b 100644 --- a/halyde/kernel/modules/terminal.lua +++ b/halyde/kernel/modules/terminal.lua @@ -168,9 +168,6 @@ function module.init() 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 printState = 0 -- 0:none 1:in ESC 2:in CSI local color = {