mirror of
https://codeberg.org/TicklishHoneyBee/CLIte.git
synced 2026-03-11 09:04:37 +00:00
version bump, documentation update
This commit is contained in:
parent
a295a16a28
commit
87d2a7ebc6
3 changed files with 7 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
var clite = {
|
||||
state:{
|
||||
version:'0.3-4',
|
||||
version:'0.3-5',
|
||||
isinit:false,
|
||||
runlevel:1
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue