From 55ce35743ee32b2234d320982e41857e9a5224db Mon Sep 17 00:00:00 2001 From: hkc Date: Fri, 20 Oct 2023 04:06:29 +0300 Subject: [PATCH] Update GUI more frequently --- mess/tmpc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mess/tmpc.lua b/mess/tmpc.lua index 8ffa1b4..a910e08 100644 --- a/mess/tmpc.lua +++ b/mess/tmpc.lua @@ -418,7 +418,7 @@ function() term.setTextColor(mplayer.colors.status) term.setCursorPos(tw - #timeString + 1, th) term.write(timeString) - os.sleep(0.1) + os.sleep(0.05) end end, function()