Add linenoise to third party

This commit is contained in:
Justine Tunney 2021-08-14 11:09:54 -07:00
parent 579b597ded
commit fe29710e4e
5 changed files with 1387 additions and 0 deletions

12
third_party/linenoise/README.cosmo vendored Normal file
View file

@ -0,0 +1,12 @@
DESCRIPTION
linenoise is a library for interactive pseudoteletypewriter command
sessions using ANSI Standard X3.64 control sequences.
ORIGIN
https://github.com/antirez/linenoise
97d2850af13c339369093b78abe5265845d78220
Author: antirez <antirez@gmail.com>
Date: Thu Mar 12 15:51:45 2020 +0100
Use unsigned int instead of uint like rest of code base.