about summary refs log tree commit diff
path: root/edit.c (follow)
Commit message (Collapse)AuthorAge
* Add C-u and move underline to C-_June McEnroe2019-10-03
|
* Make copyright headers consistentJune McEnroe2019-07-27
|
* Remove ROT13June McEnroe2019-02-21
| | | | It's just not convenient when it can only do the whole line...
* 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
| | | | I have no idea why I did this.
* Use formatParse split to position input cursorJune McEnroe2018-09-12
|
* Use PascalCase for constantsJune McEnroe2018-09-02
| | | | Begone underscores.
* Remove unnecessary includeJune McEnroe2018-08-20
|
* Add wcsnchr, wcsnrchr, awcsntombsJune McEnroe2018-08-20
| | | | | | This eliminates calls to editHead and editTail inside edit.c. Oh god I'm sorry for following libc naming conventions for this stuff.
* Become multi-channelJune McEnroe2018-08-10
| | | | There's a lot of UI missing for it, but it technically works.
* 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