Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove ROT13 | June McEnroe | 2019-02-21 |
| | | | | It's just not convenient when it can only do the whole line... | ||
* | Remove FreeBSD-specific iswascii call | June McEnroe | 2019-01-24 |
| | |||
* | Add M-? to apply ROT13 | June McEnroe | 2018-12-16 |
| | |||
* | Fix weird tab-complete after comma | June McEnroe | 2018-09-13 |
| | | | | I have no idea why I did this. | ||
* | Use formatParse split to position input cursor | June McEnroe | 2018-09-12 |
| | |||
* | Use PascalCase for constants | June McEnroe | 2018-09-02 |
| | | | | Begone underscores. | ||
* | Remove unnecessary include | June McEnroe | 2018-08-20 |
| | |||
* | Add wcsnchr, wcsnrchr, awcsntombs | June McEnroe | 2018-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-channel | June McEnroe | 2018-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-w | June McEnroe | 2018-08-09 |
| | |||
* | Add commands to tab complete | June McEnroe | 2018-08-08 |
| | |||
* | Factor out line editing to edit.c | June McEnroe | 2018-08-08 |