version bump, documentation update

This commit is contained in:
Lisa Milne 2023-12-02 18:33:58 +10:00
parent a295a16a28
commit 87d2a7ebc6
3 changed files with 7 additions and 1 deletions

View file

@ -1,6 +1,6 @@
var clite = {
state:{
version:'0.3-4',
version:'0.3-5',
isinit:false,
runlevel:1
},

View file

@ -334,10 +334,14 @@ curses (libcurses.so): io.include('curses')
cbreak()
Sets input to raw unbuffered mode, so that each key press is received
individually, rather than the usual line buffering.
nocbreak()
Returns the input to line buffered mode.
clear()
Clears the framebuffer.
echo()
Causes key strokes to be echoed to the terminal (default)
noecho()
Causes key strokes to not be echoed to the terminal

View file

@ -36,6 +36,8 @@ reboot - reboots the system, this will force-reload all javascript, so
uname - prints system information
vi - visual text editor (very much a wip, very buggy)
Under Development:
view - file viewer, should display files something like the way a