Registry / cli / readline-win32

readline-win32

JSON →
library5.0vcpkgunverified

Implementation of readline for Windows Desktop.

vcpkg install readline-win32
INSTALL
IMPORT
SIG · READLINE-WIN32
R
readline-win32
clicppv5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

readline/readline.h
#include <readline/readline.h>

Read a line with history support.

#include <readline/readline.h> #include <readline/history.h> #include <cstdio> int main() { char* input = readline("Enter text: "); if (input) { add_history(input); printf("You entered: %s\n", input); free(input); } return 0; }
Debug
Known issues
gotchaThis is a Windows-specific implementation; not compatible with Unix-like systems.
fix
Use the standard GNU readline on Unix or conditionally include this port.
affects: *
Upgrade
Version history
5.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
22
Resources

No resource links recorded.

readline-win32 — pip install readline-win32 · libregistry