wok-current view libvterm/description.txt @ rev 25701

Fix dep for libglamoregl.so (libepoxy), and miss file for amdgpu (thanks alanyih)
author Stanislas Leduc <shann@slitaz.org>
date Fri Apr 19 12:48:51 2024 +0000 (2 months ago)
parents
children
line source
1 An abstract C99 library which implements a VT220
2 or xterm-like terminal emulator.
3 It doesn't use any particular graphics toolkit or
4 output system, instead it invokes callback function
5 pointers that its embedding program should provide it
6 to draw on its behalf.
7 It avoids calling malloc() during normal running state,
8 allowing it to be used in embedded kernel situations.