Age | Commit message (Expand) | Author |
---|---|---|
2020-02-15 | Replace small integers in size_t with uint | C. McEnroe |
2020-02-14 | Don't copy into cut buffer during tab complete | C. McEnroe |
2020-02-12 | Simplify transpose swap | C. McEnroe |
2020-02-12 | Add C-t transpose | C. McEnroe |
2020-02-09 | Avoid VLAs in tab complete | C. McEnroe |
2020-02-09 | Use iswspace for word movement | C. McEnroe |
2020-02-09 | Add C-y | C. McEnroe |
2020-02-09 | Add C-w and M-d | C. McEnroe |
2020-02-09 | Rename kill ops | C. McEnroe |
2020-02-09 | Add M-b and M-f | C. McEnroe |
2020-02-09 | Add C-k | C. McEnroe |
2020-02-09 | Add C-d | C. McEnroe |
2020-02-09 | Hook up tab-complete | C. McEnroe |
2020-02-09 | Simplify edit buffer conversion and input rendering | C. McEnroe |
2020-02-07 | Populate completion with commands | C. McEnroe |
2020-02-07 | Add some real line editing operations | C. McEnroe |
2020-02-05 | Add extremely basic editing and message sending | C. McEnroe |
2020-02-04 | Convert editHead and editTail from wchar_t | C. McEnroe |
2020-02-04 | Split showing style codes and word wrapping | C. McEnroe |