]> git.lizzy.rs Git - linenoise.git/history - linenoise.h
Use CMake
[linenoise.git] / linenoise.h
2018-02-15 Steve BennettImplement multiline and hints support
2016-08-17 Steve Bennettlinenoise: Allow a completion callback user parameter
2016-08-10 Steve BennettMake linenoiseClearScreen() public
2014-05-15 Stephan Bealadded API docs.
2014-05-12 Steve BennettMerge pull request #15 from sgbeal/master
2014-05-12 Stephan BeallinenoiseSetCompletionCallback() now returns its prior...
2013-02-21 Steve BennettMerge pull request #10 from andreas-kupries/feature...
2013-02-21 Andreas KupriesNew feature: Provide a public accessor to the getWindow...
2013-02-15 Andreas KupriesNew feature: Accessor for the history max len.
2011-09-13 Steve BennettRestructure linenoise in prep. for win32 support
2011-04-12 Mathias Stearnconst correctness
2011-04-08 Steve BennettBig cleanups to linenoise
2011-03-30 antirezswitched to two-clause simplified BSD license
2010-12-01 antirezCtrl-l support to clear the screen. New sequences added...
2010-11-30 antirezPieter Noordhuis copyright notice added, since this...
2010-11-29 Pieter NoordhuisMinimal framework for autocompletion
2010-07-07 antirezSupport API to save/load history on file
2010-03-23 antireznow the API to add an history entry has a const argument
2010-03-22 antirezAPI converted to be readline alike. Ctrl-d behavior...
2010-03-20 antirezfirst commit