repository overview

about

information about this package can be found in the README. here is a html-version of the README:

status

useable.

intro

a basic ecma-48 terminal emulator with color, supporting only basic
escape sequences.

install

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.

latest version

the latest version can be found at:
    http://www.ueber.net/code/r/novt

licence & author

all files are in the public domain.  this code has been written by
mechiel lukkien, reachable at mechiel@ueber.net.

todo

clone

to clone & pull:

hg clone http://www.ueber.net/hgsrv/novt/
or
hg clone static-http://www.ueber.net/who/mjl/hg/novt/

tgz

download a snapshot of the latest version: novt-6.tgz.

contents

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:

manual pages:

limbo source files:

changes

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.