wok-current diff ncurses/description.txt @ rev 25168
updated python-click (7.1.1 -> 7.1.2)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jul 01 15:13:29 2022 +0100 (2022-07-01) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ncurses/description.txt Fri Jul 01 15:13:29 2022 +0100 1.3 @@ -0,0 +1,6 @@ 1.4 +The ncurses (new curses) library is a free software emulation 1.5 +of curses in System V Release 4.0 (SVr4), and more. 1.6 +It uses terminfo format, supports pads and color and multiple 1.7 +highlights and forms characters and function-key mapping, and 1.8 +has all the other SVr4-curses enhancements over BSD curses. 1.9 +SVr4 curses became the basis of X/Open Curses.