kc3-lang/linenoise/example.c

Branch :


Log

Author Commit Date CI Message
622c777f 2023-03-26 16:42:22 Multiplexing: implement example using it.
c9123ec3 2023-03-26 13:23:59 Multiplexing: hide/show current line.
514b09cd 2020-02-29 12:30:55 add mask input mode Signed-off-by: lifubang <lifubang@acmcoder.com>
12a8680d 2016-04-12 17:59:33 Hints WIP
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
59a4fc96 2013-02-08 12:24:07 Example app improved.
04eb8546 2013-02-07 16:57:09 Better option parsing for the example program.
16d398e6 2013-02-07 16:06:16 Experimental multi-line editing capabilities.
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
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