wok diff libvterm/description.txt @ rev 25540

Update some web_site/wget_url with https
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 09 18:12:54 2023 +0000 (15 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libvterm/description.txt	Thu Mar 09 18:12:54 2023 +0000
     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.