wok diff unibilium/description.txt @ rev 25691

Up lynis (3.1.1), ncurses-examples (20211021)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 16 10:43:04 2024 +0000 (8 weeks ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/unibilium/description.txt	Tue Apr 16 10:43:04 2024 +0000
     1.3 @@ -0,0 +1,5 @@
     1.4 +Unibilium is a very basic terminfo library.
     1.5 +It can read and write ncurses-style terminfo files,
     1.6 +and it can interpret terminfo format strings.
     1.7 +It doesn't depend on curses or any other library.
     1.8 +It also doesn't use global variables, so it should be thread-safe.