| Commit message (Expand) | Author | Age | Files | Lines |
* | Copyright year bump 2021. | Kaz Kylheku | 2021-01-14 | 2 | -2/+2 |
* | linenoise: fix: int used instead of wchar_t. | Kaz Kylheku | 2020-12-24 | 1 | -2/+2 |
* | Fix few typos reported from Fossies. | Kaz Kylheku | 2020-05-23 | 1 | -1/+1 |
* | warning cleanup: suspicious switch fallthrough cases. | Kaz Kylheku | 2020-04-05 | 1 | -1/+1 |
* | warning cleanup: missing member initializers. | Kaz Kylheku | 2020-04-05 | 1 | -1/+2 |
* | warning cleanup: unsigned < 0 comparisons. | Kaz Kylheku | 2020-04-05 | 1 | -4/+4 |
* | warning cleanup: add casts for unused parameters. | Kaz Kylheku | 2020-04-05 | 1 | -0/+2 |
* | linenoise: command to force submission of unbalanced line. | Kaz Kylheku | 2020-03-28 | 1 | -2/+4 |
* | linenoise: major delete ops now yank to clipboard. | Kaz Kyheku | 2020-03-19 | 1 | -19/+41 |
* | listener: if no new lines, don't save history. | Kaz Kylheku | 2020-02-18 | 2 | -0/+6 |
* | listener: append to .txr_history instead of clobbering. | Kaz Kyheku | 2020-02-18 | 2 | -4/+24 |
* | Copyright year bump 2020. | Kaz Kylheku | 2019-12-31 | 2 | -2/+2 |
* | linenoise: add copyright note. | Kaz Kylheku | 2019-09-11 | 2 | -0/+2 |
* | listener: don't flush lines when writing files. | Kaz Kylheku | 2019-08-12 | 2 | -6/+8 |
* | linenoise: raise line length from 1023 to 4095. | Kaz Kylheku | 2019-02-26 | 1 | -1/+1 |
* | linenoise: deal with some lingering line wrap glitch. | Kaz Kylheku | 2019-02-26 | 1 | -0/+6 |
* | linenoise: defensive null pointer check. | Kaz Kylheku | 2019-02-26 | 1 | -1/+2 |
* | linenoise: Ctrl-X Ctrl-P missing from cheatsheet. | Kaz Kylheku | 2019-02-21 | 1 | -4/+4 |
* | linenoise: preserve too-large-to-read file. | Kaz Kylheku | 2019-02-15 | 1 | -2/+11 |
* | linenoise: bugfix: vertical skip problem. | Kaz Kylheku | 2019-02-14 | 1 | -1/+3 |
* | linenoise: fix multi-line mode regression. | Kaz Kylheku | 2019-02-14 | 1 | -5/+16 |
* | linenoise: bugfix: caret notation in insert-at-end. | Kaz Kylheku | 2019-02-05 | 1 | -1/+10 |
* | linenoise: bugfix: caret notation for NUL. | Kaz Kylheku | 2019-02-05 | 1 | -2/+2 |
* | linenoise: bugfix: regression in mlmode line wrap. | Kaz Kylheku | 2019-02-05 | 1 | -1/+6 |
* | linenoise: use move_cursor in movement operations. | Kaz Kylheku | 2018-11-01 | 1 | -36/+23 |
* | linenoise: check for null move in move_cursor. | Kaz Kylheku | 2018-11-01 | 1 | -0/+3 |
* | linenoise: small move_cursor bugfix. | Kaz Kylheku | 2018-11-01 | 1 | -0/+1 |
* | linenoise: fix use of int for wide char. | Kaz Kylheku | 2018-11-01 | 1 | -1/+1 |
* | linenoise: avoid refresh in paren matching. | Kaz Kylheku | 2018-11-01 | 1 | -4/+51 |
* | linenoise: avoid refresh for new text in multi-line mode. | Kaz Kylheku | 2018-11-01 | 1 | -3/+9 |
* | linenoise: clear need_refresh in refresh_line. | Kaz Kylheku | 2018-11-01 | 1 | -3/+3 |
* | linenoise: move modulo operation into function. | Kaz Kylheku | 2018-11-01 | 1 | -3/+3 |
* | linenoise: guard against setting cols to zero. | Kaz Kylheku | 2018-11-01 | 1 | -1/+1 |
* | linenoise: improve efficiency of warning flash. | Kaz Kylheku | 2018-11-01 | 1 | -12/+20 |
* | linenoise: bugfix: incorrect tests for WEOF. | Kaz Kylheku | 2018-10-31 | 1 | -7/+7 |
* | listener: fix crash in selection yanking. | Kaz Kylheku | 2018-06-20 | 1 | -1/+1 |
* | listener: Cygnal fix. | Kaz Kylheku | 2018-05-18 | 1 | -1/+23 |
* | listener: Cygwin fix. | Kaz Kylheku | 2018-05-18 | 2 | -8/+13 |
* | linenoise: switch to wide characters, support Unicode. | Kaz Kylheku | 2015-09-22 | 2 | -358/+418 |
* | linenoise: visual feedback for incomplete entry. | Kaz Kylheku | 2017-09-07 | 1 | -0/+25 |
* | linenoise: bugfix: cancel extended mode on Enter. | Kaz Kylheku | 2017-09-07 | 1 | -0/+1 |
* | linenoise: replace linefeeds with CR in previous result. | Kaz Kylheku | 2017-07-09 | 2 | -1/+3 |
* | linenoise: support suspend and refresh in help. | Kaz Kylheku | 2017-06-30 | 1 | -0/+11 |
* | linenoise: callback for checking syntax completeness. | Kaz Kylheku | 2017-06-16 | 2 | -1/+23 |
* | linenoise: Ctrl-X ? displays editing cheatsheet. | Kaz Kylheku | 2017-06-14 | 1 | -0/+101 |
* | linenoise: support forcing of noninteractive mode. | Kaz Kylheku | 2017-04-04 | 2 | -1/+14 |
* | linenoise: bugfix: use persistent stream for non-tty. | Kaz Kylheku | 2017-04-03 | 1 | -12/+18 |
* | linenoise: close descriptor before external edit. | Kaz Kylheku | 2017-03-17 | 1 | -1/+6 |
* | linenoise: Ctrl-X Ctrl-P edits result of command. | Kaz Kylheku | 2016-10-12 | 2 | -0/+21 |
* | linenoise: bug in resubmit historic line when dupe. | Kaz Kylheku | 2016-10-12 | 1 | -2/+4 |