]> git.lizzy.rs Git - linenoise.git/log
linenoise.git
13 years agoMinimal framework for autocompletion
Pieter Noordhuis [Mon, 29 Nov 2010 17:52:55 +0000 (18:52 +0100)]
Minimal framework for autocompletion

13 years agosupport for delete key, thanks to jgriffiths (on github)
antirez [Fri, 24 Sep 2010 15:05:18 +0000 (17:05 +0200)]
support for delete key, thanks to jgriffiths (on github)

13 years agoSupport API to save/load history on file
antirez [Wed, 7 Jul 2010 16:26:23 +0000 (18:26 +0200)]
Support API to save/load history on file

13 years agoFixed another mem leak
antirez [Wed, 7 Jul 2010 16:05:11 +0000 (18:05 +0200)]
Fixed another mem leak

13 years agoenabled debugging symbols in Make, used NULL instead of 0 introduced for a typo
antirez [Wed, 7 Jul 2010 11:28:26 +0000 (13:28 +0200)]
enabled debugging symbols in Make, used NULL instead of 0 introduced for a typo

13 years agoFixed one memleak, investigating the next one
antirez [Wed, 7 Jul 2010 11:19:29 +0000 (13:19 +0200)]
Fixed one memleak, investigating the next one

13 years agoREADME modified, again
antirez [Wed, 2 Jun 2010 01:21:03 +0000 (03:21 +0200)]
README modified, again

13 years agoREADME modified
antirez [Wed, 2 Jun 2010 01:19:42 +0000 (03:19 +0200)]
README modified

14 years agoRevert to fgets if stdin is not a tty
antirez [Fri, 30 Apr 2010 07:19:04 +0000 (09:19 +0200)]
Revert to fgets if stdin is not a tty

14 years agoeterm removed from the blacklist
antirez [Wed, 24 Mar 2010 21:13:51 +0000 (22:13 +0100)]
eterm removed from the blacklist

14 years agosupport for blacklist terminals, reverting to fgets.
antirez [Wed, 24 Mar 2010 08:59:34 +0000 (09:59 +0100)]
support for blacklist terminals, reverting to fgets.

14 years agoREADME changes
antirez [Tue, 23 Mar 2010 19:10:06 +0000 (20:10 +0100)]
README changes

14 years agonow the API to add an history entry has a const argument
antirez [Tue, 23 Mar 2010 12:49:32 +0000 (13:49 +0100)]
now the API to add an history entry has a const argument

14 years agoctrl-t implemented
antirez [Mon, 22 Mar 2010 18:54:24 +0000 (19:54 +0100)]
ctrl-t implemented

14 years agosupported more emacs bindings, don't wrap history forever but blocks on first and...
antirez [Mon, 22 Mar 2010 18:49:56 +0000 (19:49 +0100)]
supported more emacs bindings, don't wrap history forever but blocks on first and last item

14 years agominor doc update
antirez [Mon, 22 Mar 2010 16:26:58 +0000 (17:26 +0100)]
minor doc update

14 years agoAPI converted to be readline alike. Ctrl-d behavior fixed.
antirez [Mon, 22 Mar 2010 16:24:28 +0000 (17:24 +0100)]
API converted to be readline alike. Ctrl-d behavior fixed.

14 years agominor doc update
antirez [Mon, 22 Mar 2010 01:55:22 +0000 (02:55 +0100)]
minor doc update

14 years agoMore precise motivations in README
antirez [Mon, 22 Mar 2010 01:40:53 +0000 (02:40 +0100)]
More precise motivations in README

14 years agoCtrl-h problem fixed
antirez [Mon, 22 Mar 2010 01:30:34 +0000 (02:30 +0100)]
Ctrl-h problem fixed

14 years agoMore internals documentation
antirez [Mon, 22 Mar 2010 00:25:21 +0000 (01:25 +0100)]
More internals documentation

14 years agoreferences comments updated with more links to escape sequences documentation
antirez [Mon, 22 Mar 2010 00:09:25 +0000 (01:09 +0100)]
references comments updated with more links to escape sequences documentation

14 years agoFix for an history bug
antirez [Sun, 21 Mar 2010 21:27:09 +0000 (22:27 +0100)]
Fix for an history bug

14 years agoREADME changes
antirez [Sun, 21 Mar 2010 21:16:46 +0000 (22:16 +0100)]
README changes

14 years agoCtrl+a and Ctrl+e support
antirez [Sun, 21 Mar 2010 10:10:54 +0000 (11:10 +0100)]
Ctrl+a and Ctrl+e support

14 years agoSupport for Ctrl+u added
antirez [Sun, 21 Mar 2010 10:06:56 +0000 (11:06 +0100)]
Support for Ctrl+u added

14 years agoCtrl+K support
antirez [Sun, 21 Mar 2010 10:03:33 +0000 (11:03 +0100)]
Ctrl+K support

14 years agoREADME changes
antirez [Sun, 21 Mar 2010 09:29:32 +0000 (10:29 +0100)]
README changes

14 years agoREADME changes
antirez [Sun, 21 Mar 2010 09:27:51 +0000 (10:27 +0100)]
README changes

14 years agoREADME added
antirez [Sun, 21 Mar 2010 09:26:10 +0000 (10:26 +0100)]
README added

14 years agofirst commit
antirez [Sat, 20 Mar 2010 23:01:52 +0000 (00:01 +0100)]
first commit