Curtis McEnroe
|
98b76d1b7e
|
Make copyright headers consistent
|
2019-07-27 18:00:01 -04:00 |
Curtis McEnroe
|
c0c59d093f
|
Remove ROT13
It's just not convenient when it can only do the whole line...
|
2019-02-21 23:17:40 -05:00 |
Curtis McEnroe
|
a7f3ff3172
|
Remove FreeBSD-specific iswascii call
|
2019-01-24 22:37:11 -05:00 |
Curtis McEnroe
|
0b3d927e03
|
Add M-? to apply ROT13
|
2018-12-16 17:19:06 -05:00 |
Curtis McEnroe
|
8a8eab89ff
|
Fix weird tab-complete after comma
I have no idea why I did this.
|
2018-09-13 01:50:46 -04:00 |
Curtis McEnroe
|
b36a134702
|
Use formatParse split to position input cursor
|
2018-09-12 22:55:02 -04:00 |
Curtis McEnroe
|
240f9ebf84
|
Use PascalCase for constants
Begone underscores.
|
2018-09-02 16:13:00 -04:00 |
Curtis McEnroe
|
3e66bcf50a
|
Remove unnecessary include
|
2018-08-20 18:51:11 -04:00 |
Curtis McEnroe
|
4e4eb0de0f
|
Add wcsnchr, wcsnrchr, awcsntombs
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-20 18:43:16 -04:00 |
Curtis McEnroe
|
07c750d25c
|
Become multi-channel
There's a lot of UI missing for it, but it technically works.
|
2018-08-10 23:31:20 -04:00 |
Curtis McEnroe
|
1d5cafc2eb
|
Add M-b, M-f, M-DEL, M-d, C-w
|
2018-08-09 19:15:12 -04:00 |
Curtis McEnroe
|
c024147504
|
Add commands to tab complete
|
2018-08-08 21:48:30 -04:00 |
Curtis McEnroe
|
eac0f83efa
|
Factor out line editing to edit.c
|
2018-08-08 16:59:26 -04:00 |