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.
- Developed at devel:libraries:c_c++
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/libvterm && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
libvterm-0.3.2.tar.gz | 0000079471 77.6 KB | |
libvterm.changes | 0000014250 13.9 KB | |
libvterm.spec | 0000002984 2.91 KB |
Revision 11 (latest revision is 12)
Dominique Leuenberger (dimstar_suse)
accepted
request 1089653
from
Dirk Mueller (dirkmueller)
(revision 11)
- update to 0.3.2: * Update the cursor position when its within skipped range of rows at reflow time * Ensure the reflow code doesn't attempt to invoke sb_pushline callback if not set
Comments 0