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.1.3.tar.gz | 0000069115 67.5 KB | |
libvterm.changes | 0000008989 8.78 KB | |
libvterm.spec | 0000002966 2.9 KB |
Revision 8 (latest revision is 12)
Dominique Leuenberger (dimstar_suse)
accepted
request 790279
from
Matej Cepl (mcepl)
(revision 8)
- All my previous builds were just figments of my imagination, and neovim upstream claims one has to use 0.1.3 only. So, downgrading. - Update to 0.1.3+bzr767: - Remove debugging print on DECRQSS - Regenerate fullwidth.inc for latest Unicode - A much more efficient find-wide-chars.pl - Accept OSC ... ST without an intermediate semicolon after the command number - Fix printf argument types (gh#vim/vim#5456)
Comments 0