kc3-lang/linenoise/linenoise.c

Branch :


Log

Author Commit Date CI Message
21447864 2013-02-06 12:38:36 Ctrl-w refactored into linenoiseEditDeletePrevWord().
57b3f761 2013-02-06 12:32:42 Clarified with ctrl-t does in comments.
4d166e4f 2013-02-06 12:28:29 Backspace functionality refactored into linenoiseEditBackspace() function.
9e15fd42 2013-02-06 12:20:01 Delete and ctrl-d refactored into linenoiseEditDelete()
62a30cac 2013-02-06 12:08:19 Off-by-one overflow fixed. Was a silent bug before refactoring.
07fb96da 2013-02-05 23:01:32 Refactoring WIP #1: split in functions.
93340526 2013-02-05 19:51:03 Refactoring: code split into sections. Chars insertion as a function.
b7a76cd8 2013-02-05 19:34:10 linenosePrompt() -> linenoiseEdit().
96fd7d41 2013-02-05 19:25:08 All functions commented.
5e5b0cf5 2013-02-05 18:49:19 Refactoring: editing state is now a structure.
98ca0397 2011-06-30 22:03:46 Add ctrl-w: delete previous word
02d79351 2011-03-30 17:08:20 switched to two-clause simplified BSD license
6cdc7758 2011-02-22 17:38:49 Support for ctrl-d deleting the char at right of the cursor added
03e8e4da 2010-12-10 19:21:28 suppress a warning on Linux adding some truly stupid code
7f669091 2010-12-01 11:11:55 Ctrl-l support to clear the screen. New sequences added documented.
f4508efb 2010-11-30 11:34:06 Pieter Noordhuis copyright notice added, since this was a major contribution. README updated.
778de19a 2010-11-29 20:35:20 Show original buffer when completion is aborted
493a5501 2010-11-29 18:52:55 Minimal framework for autocompletion
7534b883 2010-09-24 17:05:18 support for delete key, thanks to jgriffiths (on github)
ce845468 2010-07-07 18:26:23 Support API to save/load history on file
28884b52 2010-07-07 18:05:11 Fixed another mem leak
42ba034e 2010-07-07 13:28:26 enabled debugging symbols in Make, used NULL instead of 0 introduced for a typo
6a0775fd 2010-07-07 13:19:29 Fixed one memleak, investigating the next one
aca8b8d3 2010-04-30 09:19:04 Revert to fgets if stdin is not a tty
6770cf56 2010-03-24 22:13:51 eterm removed from the blacklist
1e32ee64 2010-03-24 09:59:34 support for blacklist terminals, reverting to fgets.
9a986552 2010-03-23 13:49:32 now the API to add an history entry has a const argument
9c21ea23 2010-03-22 19:54:24 ctrl-t implemented
c56aa8d1 2010-03-22 19:49:56 supported more emacs bindings, don't wrap history forever but blocks on first and last item
2c54c88c 2010-03-22 17:24:28 API converted to be readline alike. Ctrl-d behavior fixed.
17a7d33e 2010-03-22 02:55:22 minor doc update
1ef01419 2010-03-22 02:30:34 Ctrl-h problem fixed
acdf9c7d 2010-03-22 01:25:21 More internals documentation
353828e0 2010-03-22 01:09:25 references comments updated with more links to escape sequences documentation
e5dee800 2010-03-21 22:27:09 Fix for an history bug
7f4de381 2010-03-21 11:10:54 Ctrl+a and Ctrl+e support
4b9fe358 2010-03-21 11:06:56 Support for Ctrl+u added
62be1667 2010-03-21 11:03:33 Ctrl+K support
6de19082 2010-03-21 00:01:52 first commit