mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
51904e2687
This change reinvents all the GNU Readline features I discovered that I couldn't live without, e.g. UTF-8, CTRL-R search and CTRL-Y yanking. It now feels just as good in terms of user interface from the subconscious workflow perspective. It's real nice to finally have an embeddable line reader that's actually good with a 30 kb footprint and a bsd-2 license. This change adds a directory to the examples folder, explaining how the new Python compiler may be used. Some of the bugs with Python binaries have been addressed but overall it's still a work in progress.
20 lines
449 B
Text
20 lines
449 B
Text
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
|