Is there a simple alternative to Readline?
Posted
by Justin Poliey
on Stack Overflow
See other posts from Stack Overflow
or by Justin Poliey
Published on 2009-12-10T19:44:48Z
Indexed on
2010/03/22
2:11 UTC
Read the original article
Hit count: 365
On a project I'm working on, I'm trying to make it accept user commands and provide history with the up arrow. I'm aiming to keep this project free of dependencies, and I don't want to have to require people to also install the readline development files just to compile my project. Does anyone know of a simple drop-in replacement for GNU Readline that provides only simple functionality?
© Stack Overflow or respective owner