summary refs log tree commit diff
path: root/edit.c
AgeCommit message (Expand)Author
2019-10-03Add C-u and move underline to C-_Curtis McEnroe
2019-07-27Make copyright headers consistentCurtis McEnroe
2019-02-21Remove ROT13Curtis McEnroe
2019-01-24Remove FreeBSD-specific iswascii callCurtis McEnroe
2018-12-16Add M-? to apply ROT13Curtis McEnroe
2018-09-13Fix weird tab-complete after commaCurtis McEnroe
2018-09-12Use formatParse split to position input cursorCurtis McEnroe
2018-09-02Use PascalCase for constantsCurtis McEnroe
2018-08-20Remove unnecessary includeCurtis McEnroe
2018-08-20Add wcsnchr, wcsnrchr, awcsntombsCurtis McEnroe
2018-08-10Become multi-channelCurtis McEnroe
2018-08-09Add M-b, M-f, M-DEL, M-d, C-wCurtis McEnroe
2018-08-08Add commands to tab completeCurtis McEnroe
2018-08-08Factor out line editing to edit.cCurtis McEnroe