Path to this page:
./
devel/libvterm03,
Abstract VT220/xterm/ECMA-48 emulation library
Branch: CURRENT,
Version: 0.3.3,
Package name: libvterm03-0.3.3,
Maintainer: pkgsrc-usersAn 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.
Master sites:
Filesize: 78.148 KB
Version history: (Expand)
- (2024-05-22) Updated to version: libvterm03-0.3.3
- (2022-12-16) Package added to pkgsrc.se, version libvterm03-0.3 (created)
CVS history: (Expand)
2022-12-15 23:13:50 by Nikita | Files touched by this commit (5) |
Log message:
import libvterm03 as devel/libvterm03 version 0.3
packaged by Thomas Merkel in wip
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.
|