cosmopolitan/third_party/linenoise
Justine Tunney 5029e20bef Improve linenoise and get it working on Windows
Some progress has been made on introducing completion but there's been
difficulties using the Python C API to get local shell variables.
2021-08-15 14:34:05 -07:00
..
LICENSE Add linenoise to third party 2021-08-14 11:09:54 -07:00
linenoise.c Improve linenoise and get it working on Windows 2021-08-15 14:34:05 -07:00
linenoise.h Ues linenoise in Lua, Python, and SQLite 2021-08-14 11:26:23 -07:00
linenoise.mk Ues linenoise in Lua, Python, and SQLite 2021-08-14 11:26:23 -07:00
README.cosmo Ues linenoise in Lua, Python, and SQLite 2021-08-14 11:26:23 -07:00

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.