cosmopolitan/third_party/linenoise
Justine Tunney 8bfd56b59e
Rename _bsr/_bsf to bsr/bsf
Now that these functions are behind _COSMO_SOURCE there's no reason for
having the ugly underscore anymore. To use these functions, you need to
pass -mcosmo to cosmocc.
2024-03-04 17:33:26 -08:00
..
BUILD.mk more modeline errata (#1019) 2023-12-16 23:07:10 -05:00
LICENSE Add linenoise to third party 2021-08-14 11:09:54 -07:00
linenoise.c Rename _bsr/_bsf to bsr/bsf 2024-03-04 17:33:26 -08:00
linenoise.h Reduce header complexity 2023-11-28 14:39:42 -08: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