Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-02 | Use PascalCase for constants | Curtis McEnroe | |
Begone underscores. | |||
2018-08-20 | Remove unnecessary include | Curtis McEnroe | |
2018-08-20 | Add wcsnchr, wcsnrchr, awcsntombs | Curtis McEnroe | |
This eliminates calls to editHead and editTail inside edit.c. Oh god I'm sorry for following libc naming conventions for this stuff. | |||
2018-08-10 | Become multi-channel | Curtis McEnroe | |
There's a lot of UI missing for it, but it technically works. | |||
2018-08-09 | Add M-b, M-f, M-DEL, M-d, C-w | Curtis McEnroe | |
2018-08-08 | Add commands to tab complete | Curtis McEnroe | |
2018-08-08 | Factor out line editing to edit.c | Curtis McEnroe | |