14 Commits

Author SHA1 Message Date
antirez
c9d36d0681 Multiplexing: API refactoring, no TTY support. 2023-03-26 22:22:40 +02:00
antirez
622c777f41 Multiplexing: implement example using it. 2023-03-26 16:42:22 +02:00
antirez
c9123ec3c6 Multiplexing: hide/show current line. 2023-03-26 13:23:59 +02:00
lifubang
514b09cd35 add mask input mode
Signed-off-by: lifubang <lifubang@acmcoder.com>
2020-03-01 18:32:11 +08:00
antirez
12a8680d8a Hints WIP 2016-04-12 17:59:41 +02:00
antirez
f698ec47d1 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.
2014-03-13 10:10:30 +01:00
antirez
bbcf9bf246 Scan codes debugging functionality.
./linenoise_example --scancodes
2014-03-12 23:38:48 +01:00
antirez
59a4fc96d8 Example app improved. 2013-02-08 12:24:07 +01:00
antirez
04eb854604 Better option parsing for the example program. 2013-02-07 16:57:09 +01:00
antirez
16d398e6b8 Experimental multi-line editing capabilities. 2013-02-07 16:51:57 +01:00
Pieter Noordhuis
493a55014a Minimal framework for autocompletion 2010-11-29 18:52:55 +01:00
antirez
ce845468b0 Support API to save/load history on file 2010-07-07 18:26:23 +02:00
antirez
2c54c88c46 API converted to be readline alike. Ctrl-d behavior fixed. 2010-03-22 17:24:28 +01:00
antirez
6de190829e first commit 2010-03-21 00:01:52 +01:00