1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-08-28 08:12:18 +00:00

Fix missing term.setCursorBlink(true) in edit.lua

This commit is contained in:
Wojbie 2021-03-19 16:07:20 +01:00 committed by Jummit
parent 8984ebcf80
commit cf2b332c3c

View File

@ -801,6 +801,7 @@ while bRunning do
end end
else else
bMenu = false bMenu = false
term.setCursorBlink(true)
redrawMenu() redrawMenu()
end end
end end