summary refs log tree commit diff
path: root/edit.c
AgeCommit message (Expand)Author
2022-02-20Share a cut buffer between all edit buffersJune McEnroe
2022-02-20Assert return values in edit testsJune McEnroe
2022-02-20Move mbs out of struct Edit, use a global bufferJune McEnroe
2022-02-20Make sure new cap is actually larger than new lengthJune McEnroe
2022-02-20Remove unused mbs.len field from struct EditJune McEnroe
2022-02-19Fix edit.[ch] license notice additional permissionsJune McEnroe
2022-02-18Implement new line editing "library"June McEnroe
2022-02-18Fix M-f orderingJune McEnroe
2022-02-09Treat any amount of space and punctuation as word boundariesJune McEnroe
2021-11-19Cycle between adding colon suffix and not in tab completeC. McEnroe
2021-07-26Use (bright) red for \com text macro 1.9C. McEnroe
2021-06-24Stop at previous \ when expanding macrosC. McEnroe
2021-06-14Add \com text macroC. McEnroe
2021-02-15Don't insert wchar_t if it can't be converted to mbsC. McEnroe
2021-02-15Don't expand macro if it can't be converted to mbsC. McEnroe
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