summary refs log tree commit diff
path: root/edit.c
AgeCommit message (Expand)Author
2020-11-08Use wmemcpy/wmemmoveC. McEnroe
2020-08-18Preserve colon from previous tab-completeC. McEnroe
2020-08-04Say "OpenSSL" in additional permission noticesC. McEnroe
2020-08-02Add \banhammer macroC. McEnroe
2020-07-13Add current topic to tab-complete so it can editedC. McEnroe
2020-06-08Add additional permission for linking with LibreSSLC. McEnroe
2020-04-07Add M-q to collapse whitespaceC. McEnroe
2020-04-01Fix multi-mention tab completion conditionC. McEnroe
2020-04-01Pass correct length to mbstowcsC. McEnroe
2020-03-31Add \blushC. McEnroe
2020-03-31Add \bear, \cool, \hug, \unflip, \waveC. McEnroe
2020-03-30Add text macrosC. McEnroe
2020-03-30Tab complete from last iswspaceC. McEnroe
2020-03-23Bump edit buffer cap to 1024C. McEnroe
2020-02-15Replace small integers in size_t with uintC. McEnroe
2020-02-14Don't copy into cut buffer during tab completeC. McEnroe
2020-02-12Simplify transpose swapC. McEnroe
2020-02-12Add C-t transposeC. McEnroe
2020-02-09Avoid VLAs in tab completeC. McEnroe
2020-02-09Use iswspace for word movementC. McEnroe
2020-02-09Add C-yC. McEnroe
2020-02-09Add C-w and M-dC. McEnroe
2020-02-09Rename kill opsC. McEnroe
2020-02-09Add M-b and M-fC. McEnroe
2020-02-09Add C-kC. McEnroe
2020-02-09Add C-dC. McEnroe
2020-02-09Hook up tab-completeC. McEnroe
2020-02-09Simplify edit buffer conversion and input renderingC. McEnroe
2020-02-07Populate completion with commandsC. McEnroe
2020-02-07Add some real line editing operationsC. McEnroe
2020-02-05Add extremely basic editing and message sendingC. McEnroe
2020-02-04Convert editHead and editTail from wchar_tC. McEnroe
2020-02-04Split showing style codes and word wrappingC. McEnroe