information about this package can be found in the README. here is a html-version of the README:
useable.
a basic ecma-48 terminal emulator with color, supporting only basic escape sequences.
change the "mkconfig" if you do not have $ROOT set. now "mk" to compile and "mk install" to install.
when building from within inferno, insert SYSHOST=Inferno and ROOT= in the mk invocations to override the values in the mkconfig.
the latest version can be found at:
http://www.ueber.net/code/r/novt
all files are in the public domain. this code has been written by mechiel lukkien, reachable at mechiel@ueber.net.
to clone & pull:
hg clone http://www.ueber.net/hgsrv/novt/
hg clone static-http://www.ueber.net/who/mjl/hg/novt/
download a snapshot of the latest version: novt-6.tgz.
the files in the latest revision can be found at /hg/novt/files/tip/. a specific revision can be access by replacing "tip" with the revision number, (partial) nodeid or tag name. a few direct links to useful files in the latest revision:
| rev | nodeid | when | diff | why |
|---|---|---|---|---|
| 6 | f3610698ca80 | 13 months | diff | let novt serve /dev/termctl, not ssh. ... |
| 5 | 07b6886ff3c0 | 13 months | diff | mostly cosmetics & new todo's. and forkns when starting. |
| 4 | 685dcc1f95e6 | 13 months | diff | replace buttonbar with a menu (hit b2). ... |
| 3 | 7b4447454298 | 13 months | diff | some cleanup. ... |
| 2 | 7cbfcb4fd042 | 2 years | diff | fix CSI P (DCH, for delete character). ... |
| 1 | 4f59fc9e1db5 | 2 years | diff | pretty much a rewrite. ... |
| 0 | 6cda13728f93 | 2 years | - | welcome novt. lots to do still. |