v0.8.2 - Added arrow keys to navigate shell history as well as a blinking cursor which you cannot yet move.

This commit is contained in:
TheWahlolly
2025-04-27 21:16:50 +03:00
parent f478048976
commit 64a6a26404
4 changed files with 55 additions and 6 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
local loadfile = ...
local filesystem = loadfile("/halyde/lib/filesystem.lua")(loadfile)
_G._OSVERSION = "Halyde 0.8.1"
_G._OSVERSION = "Halyde 0.8.2"
function _G.import(module, ...)
local args = table.pack(...)