cosmopolitan/third_party/linenoise
Justine Tunney 7061c79c22 Make fixes, improvements, and chibicc python bindings
- python now mixes audio 10x faster
- python octal notation is restored
- chibicc now builds code 3x faster
- chibicc now has help documentation
- chibicc can now generate basic python bindings
- linenoise now supports some paredit-like features

See #141
2021-10-08 08:41:57 -07:00
..
LICENSE Add linenoise to third party 2021-08-14 11:09:54 -07:00
linenoise.c Make fixes, improvements, and chibicc python bindings 2021-10-08 08:41:57 -07:00
linenoise.h Make numerous improvements 2021-09-28 01:52:34 -07:00
linenoise.mk Make numerous improvements 2021-09-28 01:52:34 -07:00
README.cosmo Improve Python and Linenoise 2021-09-11 22:30:37 -07:00

DESCRIPTION

  Cosmopolitan 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.

DOCUMENTATION

  See linenoise.c

LOCAL CHANGES

  See linenoise.c