kc3-lang/linenoise/linenoise.h

Branch :


Log

Author Commit Date CI Message
f698ec47 2014-03-13 10:08:39 Rename Scan codes -> Key codes. What we print in debug mode using the option (now) called --keycodes are not the scan codes, but the key codes returned by the terminal (a more higher level representation of the keys pressed). This commit fixes the word used.
bbcf9bf2 2014-03-12 23:38:40 Scan codes debugging functionality. ./linenoise_example --scancodes
fb238590 2014-01-06 11:01:41 Add extern "C" around linenoise.h when compiled as C++
9031c808 2014-01-28 00:53:26 use const char * when modification isn't necessary
16d398e6 2013-02-07 16:06:16 Experimental multi-line editing capabilities.
02d79351 2011-03-30 17:08:20 switched to two-clause simplified BSD license
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.
493a5501 2010-11-29 18:52:55 Minimal framework for autocompletion
ce845468 2010-07-07 18:26:23 Support API to save/load history on file
9a986552 2010-03-23 13:49:32 now the API to add an history entry has a const argument
2c54c88c 2010-03-22 17:24:28 API converted to be readline alike. Ctrl-d behavior fixed.
6de19082 2010-03-21 00:01:52 first commit