editline: Added

This commit is contained in:
2020-11-30 08:59:11 +01:00
parent aa847f9545
commit 8ab541fb74
3 changed files with 132 additions and 0 deletions

19
editline/slack-desc Normal file
View File

@ -0,0 +1,19 @@
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# the '|' on the right side marks the last column you can put a character in.
# You must make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
editline: editline (a small replacement for GNU readline() for UNIX)
editline:
editline: This is a small line editing library. It can be linked into almost any
editline: program to provide command line editing and history functions. It is
editline: call compatible with the FSF readline library, but at a fraction of
editline: the size, and as a result fewer features. It is also distributed under
editline: a much more liberal License.
editline:
editline:
editline:
editline: