Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-31 | Add \bear, \cool, \hug, \unflip, \wave | C. McEnroe | |
2020-03-30 | Add text macros | C. McEnroe | |
2020-03-30 | Tab complete from last iswspace | C. McEnroe | |
2020-03-23 | Bump edit buffer cap to 1024 | C. McEnroe | |
With message splitting it's reasonable to allow this to be larger. | |||
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 | |
Also in emacs, weechat. | |||
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 | |
This is weechat's binding for it. | |||
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 | |
Also rename all the edit ops to something consistent. | |||
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 | |