Add module lua
Consoledit » Devlog
Module lua
It can be add to lua application for edit text. But it work only on console.
How do you use it ?
require("consoledit")
local ce = Consoledit()
ce:SetLang("fr") -- default english, fr for french and en for english
while ce:Update() do
-- break loop with quit command
end
Files
consoledit.lua 17 kB
20 days ago
Get Consoledit
Consoledit
text editor in console make in c , look like amstrad console
Status | In development |
Category | Tool |
Author | Oblerion Studio |
Tags | Retro, text-editor |
Languages | English, French |
More posts
- evolves in o.ideOct 23, 2024
- v1 : cleaning, debug, addMar 12, 2022
- b0.4 : linux + big debugDec 10, 2020
- b0.3 : close fileOct 17, 2020
- b0.2 : add real writting and reading of all fileSep 05, 2020
- b0.1 : add english support + color changeSep 03, 2020
Leave a comment
Log in with itch.io to leave a comment.