NOTICE: This package has been removed from pkgsrc

./wip/libvterm, Abstract VT220/Xterm/ECMA-48 emulation library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.1.4, Package name: libvterm-0.1.4, Maintainer: pkgsrc-users

An abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator.

An abstract C99 library which implements a VT220 or xterm-like terminal
emulator. It doesn't use any particular graphics toolkit or output system,
instead it invokes callback function pointers that its embedding program
should provide it to draw on its behalf. It avoids calling malloc() during
normal running state, allowing it to be used in embedded kernel situations.


Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 827234390d2ac60377786c896808736827cbfbee
Filesize: 67.502 KB

Version history: (Expand)


CVS history: (Expand)


   2015-03-01 16:44:34 by jonthn | Files touched by this commit (5)
Log message:
Import libvterm-0.0.0nb20150301 as wip/libvterm.

An abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator.

An abstract C99 library which implements a VT220 or xterm-like terminal
emulator. It doesn't use any particular graphics toolkit or output system,
instead it invokes callback function pointers that its embedding program
should provide it to draw on its behalf. It avoids calling malloc() during
normal running state, allowing it to be used in embedded kernel situations.