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

This commit is contained in:
Wojbie 2021-03-19 16:07:20 +01:00
parent 3a147c78a8
commit 32d956bbe7
1 changed files with 1 additions and 0 deletions

View File

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