summaryrefslogtreecommitdiff
path: root/linenoise.h
Commit message (Collapse)AuthorAge
* Update linenoise.c to match recent githubSteve Bennett2013-07-24
| | | | | | From git://github.com/msteveb/linenoise.git Signed-off-by: Steve Bennett <steveb@workware.net.au>
* Restructure linenoise in prep. for win32 supportSteve Bennett2011-09-14
| | | | | | Separate out the termios-specific code Signed-off-by: Steve Bennett <steveb@workware.net.au>
* Minor linenoise improvementsSteve Bennett2011-09-14
| | | | | | | | From github: - CHA is 1-based - Added some casts to make it easier to include in a c++ - const correctness - chars are unsigned if not utf-8
* Remove all trailing whitespace in sourceSteve Bennett2011-09-12
| | | | Signed-off-by: Steve Bennett <steveb@workware.net.au>
* Use autosetup instead of autoconfSteve Bennett2011-06-09
| | | | | | Faster, simpler auto-configuration Signed-off-by: Steve Bennett <steveb@workware.net.au>
* Update linenoise to the latest versionSteve Bennett2011-04-08
| | | | | | | | | From https://github.com/msteveb/linenoise with minor changes. - Optimise common insert/remove char cases - Add completion framework (unused in Jim Tcl) Signed-off-by: Steve Bennett <steveb@workware.net.au>
* Add command line editing with linenoiseSteve Bennett2010-11-17
Enabled by default, but can be disabled with --disable-lineedit Signed-off-by: Steve Bennett <steveb@workware.net.au>