about summary refs log tree commit diff
path: root/edit.c (follow)
Commit message (Expand)AuthorAge
* Remove FreeBSD-specific iswascii callJune McEnroe2019-01-24
* Add M-? to apply ROT13June McEnroe2018-12-16
* Fix weird tab-complete after commaJune McEnroe2018-09-13
* Use formatParse split to position input cursorJune McEnroe2018-09-12
* Use PascalCase for constantsJune McEnroe2018-09-02
* Remove unnecessary includeJune McEnroe2018-08-20
* Add wcsnchr, wcsnrchr, awcsntombsJune McEnroe2018-08-20
* Become multi-channelJune McEnroe2018-08-10
* Add M-b, M-f, M-DEL, M-d, C-wJune McEnroe2018-08-09
* Add commands to tab completeJune McEnroe2018-08-08
* Factor out line editing to edit.cJune McEnroe2018-08-08
>2022-06-03Stop polling stdin after EOFJune McEnroe 2022-06-02Set TABSIZE=4June McEnroe 2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe