example.c


Log

Author Commit Date CI Message
antirez 12a8680d 2016-04-12T17:59:33 Hints WIP
antirez f698ec47 2014-03-13T10: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.
antirez bbcf9bf2 2014-03-12T23:38:40 Scan codes debugging functionality. ./linenoise_example --scancodes
antirez 59a4fc96 2013-02-08T12:24:07 Example app improved.
antirez 04eb8546 2013-02-07T16:57:09 Better option parsing for the example program.
antirez 16d398e6 2013-02-07T16:06:16 Experimental multi-line editing capabilities.
Pieter Noordhuis 493a5501 2010-11-29T18:52:55 Minimal framework for autocompletion
antirez ce845468 2010-07-07T18:26:23 Support API to save/load history on file
antirez 2c54c88c 2010-03-22T17:24:28 API converted to be readline alike. Ctrl-d behavior fixed.
antirez 6de19082 2010-03-21T00:01:52 first commit