mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 05:42:29 +00:00
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.
This commit is contained in:
parent
968474d291
commit
5029e20bef
23 changed files with 408 additions and 209 deletions
|
@ -23,8 +23,8 @@
|
|||
/**
|
||||
* Fills memory with random bytes, e.g.
|
||||
*
|
||||
* char buf[1024];
|
||||
* rngset(buf, sizeof(buf), rand64, -1);
|
||||
* char buf[1024];
|
||||
* rngset(buf, sizeof(buf), rand64, -1);
|
||||
*
|
||||
* @param seed can be rand64() and is always called at least once
|
||||
* @param reseed is bytes between seed() calls and -1 disables it
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue