aboutsummaryrefslogtreecommitdiff
path: root/linenoise.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-20Update linenoise to rev d26a12bc449102c9b5Steve Bennett1-23/+98
2019-06-10linenoise: Update to rev d1a245f4a75747a1c4a1c08Steve Bennett1-4/+7
2018-07-27linenoise: Update for optimised delete charSteve Bennett1-10/+46
2018-07-25linenoise: Update for optimised insertSteve Bennett1-33/+75
2018-07-08linenoise.c: Minor update to fix compiler warningSteve Bennett1-1/+1
2018-03-25linenoise: Update to support multiline mode.Steve Bennett1-707/+1215
2018-01-01linenoise: Add ^Z (SUSP) supportSteve Bennett1-0/+14
2017-12-31linenoise: Update to fix potential buffer overflowSteve Bennett1-6/+6
2017-03-16linenoise.c: Use <poll.h> instead of <sys/poll.h>Steve Bennett1-1/+1
2016-09-05linenoise: Add support for utf-8 wide charsSteve Bennett1-9/+18
2016-09-05Update linenoise to the latest versionSteve Bennett1-56/+171
2013-11-06Fix [string tolower] buffer overflow for non-utf8Steve Bennett1-10/+0
2013-08-12Update linenoise.c from githubSteve Bennett1-28/+16
2013-07-24Update linenoise.c to match recent githubSteve Bennett1-19/+209
2012-12-14Update linenoise.c to match recent githubSteve Bennett1-9/+20
2012-10-31Fix linenoise serial console window size for vt102Steve Bennett1-9/+9
2012-10-19Fix a linenoise bug when moving off the leftSteve Bennett1-1/+1
2011-10-18Sync linenoise with githubSteve Bennett1-39/+45
2011-09-14Linenoise support for win32 consoleSteve Bennett1-0/+173
2011-09-14Restructure linenoise in prep. for win32 supportSteve Bennett1-342/+361
2011-09-14Minor linenoise improvementsSteve Bennett1-18/+14
2011-09-12Remove all trailing whitespace in sourceSteve Bennett1-2/+2
2011-06-09Use autosetup instead of autoconfSteve Bennett1-1/+1
2011-06-07Ensure that linenoise history is only freed onceSteve Bennett1-0/+1
2011-06-03Fix some clang warningsSteve Bennett1-0/+4
2011-04-08Update linenoise to the latest versionSteve Bennett1-113/+266
2011-04-08Add linenoise support for ^LSteve Bennett1-0/+18
2011-04-05Better line editing on serial terminalsSteve Bennett1-10/+56
2011-04-05Fix line editing when columns unavailableSteve Bennett1-1/+1
2010-12-21Minor compiler warning fixesSteve Bennett1-5/+8
2010-11-17Linenoise improvement for ^DSteve Bennett1-4/+13
2010-11-17Minor cleanupsSteve Bennett1-1/+0
2010-11-17Add utf-8 support to linenoise.cSteve Bennett1-171/+387
2010-11-17Add command line editing with linenoiseSteve Bennett1-0/+742