wok diff libvterm/description.txt @ rev 25808
created recipe for xmenu
author | Hans-G?nter Theisgen |
---|---|
date | Thu Dec 19 16:09:37 2024 +0100 (5 days ago) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libvterm/description.txt Thu Dec 19 16:09:37 2024 +0100 1.3 @@ -0,0 +1,8 @@ 1.4 +An abstract C99 library which implements a VT220 1.5 +or xterm-like terminal emulator. 1.6 +It doesn't use any particular graphics toolkit or 1.7 +output system, instead it invokes callback function 1.8 +pointers that its embedding program should provide it 1.9 +to draw on its behalf. 1.10 +It avoids calling malloc() during normal running state, 1.11 +allowing it to be used in embedded kernel situations.