Merge pull request #742 from Wojbie/edit-fix

Fix missing `term.setCursorBlink(true)` in edit.lua
This commit is contained in:
Jonathan Coates 2021-03-19 16:48:34 +00:00 committed by GitHub
commit 669b6d2d56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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