diff --git a/clite/core.js b/clite/core.js index 72c904b..f2c83c3 100644 --- a/clite/core.js +++ b/clite/core.js @@ -1,6 +1,6 @@ var clite = { state:{ - version:'0.3-4', + version:'0.3-5', isinit:false, runlevel:1 }, diff --git a/readme-libs.txt b/readme-libs.txt index 1f35fb2..460f71a 100644 --- a/readme-libs.txt +++ b/readme-libs.txt @@ -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 diff --git a/readme.txt b/readme.txt index a87fdc0..19b1879 100644 --- a/readme.txt +++ b/readme.txt @@ -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