summaryrefslogtreecommitdiffstats
path: root/linenoise
Commit message (Expand)AuthorAgeFilesLines
* linenoise: Ctrl-Z: send SIGTSTP to group, not self.Kaz Kylheku2022-04-281-3/+3
* Fix various instances of implicit conversions.Paul A. Patience2022-02-141-2/+2
* linenoise: issue newline on EOF in plain mode.Kaz Kylheku2022-01-281-0/+2
* linenoise: Ctrl-V Ctrl-J now inserts CR not LF.Kaz Kylheku2022-01-281-0/+4
* repl: bug handling comments in plain mode.Kaz Kylheku2022-01-281-6/+4
* Copyright year bump 2022.Kaz Kylheku2022-01-112-2/+2
* Casts have crept into the code not wrapped by macros.Kaz Kylheku2022-01-061-5/+7
* Eliminate declaration-after-statement everywhere.Kaz Kylheku2021-12-291-1/+2
* configure: implement full-repl option.Kaz Kylheku2021-08-202-23/+23
* listener: additional reductions in non-termios build.Kaz Kylheku2021-08-202-6/+41
* listener: unbundle from termios.Kaz Kylheku2021-08-202-5/+40
* listener: print prompts in plain mode if stdin is tty.Kaz Kylheku2021-08-031-3/+4
* listener: prompt feature for plain mode.Kaz Kylheku2021-08-032-0/+20
* listener: support multi-line expressions in plain mode.Kaz Kylheku2021-08-011-8/+36
* listener: treat unset and empty EDITOR the same.Paul A. Patience2021-07-041-1/+1
* linenoise: end-of-line/buffer selection glitch.Kaz Kylheku2021-06-261-1/+1
* Copyright year bump 2021.Kaz Kylheku2021-01-142-2/+2
* linenoise: fix: int used instead of wchar_t.Kaz Kylheku2020-12-241-2/+2
* Fix few typos reported from Fossies.Kaz Kylheku2020-05-231-1/+1
* warning cleanup: suspicious switch fallthrough cases.Kaz Kylheku2020-04-051-1/+1
* warning cleanup: missing member initializers.Kaz Kylheku2020-04-051-1/+2
* warning cleanup: unsigned < 0 comparisons.Kaz Kylheku2020-04-051-4/+4
* warning cleanup: add casts for unused parameters.Kaz Kylheku2020-04-051-0/+2
* linenoise: command to force submission of unbalanced line.Kaz Kylheku2020-03-281-2/+4
* linenoise: major delete ops now yank to clipboard.Kaz Kyheku2020-03-191-19/+41
* listener: if no new lines, don't save history.Kaz Kylheku2020-02-182-0/+6
* listener: append to .txr_history instead of clobbering.Kaz Kyheku2020-02-182-4/+24
* Copyright year bump 2020.Kaz Kylheku2019-12-312-2/+2
* linenoise: add copyright note.Kaz Kylheku2019-09-112-0/+2
* listener: don't flush lines when writing files.Kaz Kylheku2019-08-122-6/+8
* linenoise: raise line length from 1023 to 4095.Kaz Kylheku2019-02-261-1/+1
* linenoise: deal with some lingering line wrap glitch.Kaz Kylheku2019-02-261-0/+6
* linenoise: defensive null pointer check.Kaz Kylheku2019-02-261-1/+2
* linenoise: Ctrl-X Ctrl-P missing from cheatsheet.Kaz Kylheku2019-02-211-4/+4
* linenoise: preserve too-large-to-read file.Kaz Kylheku2019-02-151-2/+11
* linenoise: bugfix: vertical skip problem.Kaz Kylheku2019-02-141-1/+3
* linenoise: fix multi-line mode regression.Kaz Kylheku2019-02-141-5/+16
* linenoise: bugfix: caret notation in insert-at-end.Kaz Kylheku2019-02-051-1/+10
* linenoise: bugfix: caret notation for NUL.Kaz Kylheku2019-02-051-2/+2
* linenoise: bugfix: regression in mlmode line wrap.Kaz Kylheku2019-02-051-1/+6
* linenoise: use move_cursor in movement operations.Kaz Kylheku2018-11-011-36/+23
* linenoise: check for null move in move_cursor.Kaz Kylheku2018-11-011-0/+3
* linenoise: small move_cursor bugfix.Kaz Kylheku2018-11-011-0/+1
* linenoise: fix use of int for wide char.Kaz Kylheku2018-11-011-1/+1
* linenoise: avoid refresh in paren matching.Kaz Kylheku2018-11-011-4/+51
* linenoise: avoid refresh for new text in multi-line mode.Kaz Kylheku2018-11-011-3/+9
* linenoise: clear need_refresh in refresh_line.Kaz Kylheku2018-11-011-3/+3
* linenoise: move modulo operation into function.Kaz Kylheku2018-11-011-3/+3
* linenoise: guard against setting cols to zero.Kaz Kylheku2018-11-011-1/+1
* linenoise: improve efficiency of warning flash.Kaz Kylheku2018-11-011-12/+20