index
:
catgirl
this commit
enroll
master
somasis/tokipona
twitch
vimode
IRC client
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
edit.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
Fix r on empty buffer
June McEnroe
2022-03-12
*
Implement $, 0, A, I, a
June McEnroe
2022-03-12
*
Use a bool for vi.mode
June McEnroe
2022-03-12
*
Implement r with count
June McEnroe
2022-03-12
*
Implement vi R and r
June McEnroe
2022-03-12
*
Implement vi insert mode
June McEnroe
2022-03-12
*
Implement basic esc/i mode switching
June McEnroe
2022-03-12
*
Share a cut buffer between all edit buffers
June McEnroe
2022-02-20
*
Assert return values in edit tests
June McEnroe
2022-02-20
*
Move mbs out of struct Edit, use a global buffer
June McEnroe
2022-02-20
*
Make sure new cap is actually larger than new length
June McEnroe
2022-02-20
*
Remove unused mbs.len field from struct Edit
June McEnroe
2022-02-20
*
Fix edit.[ch] license notice additional permissions
June McEnroe
2022-02-19
*
Implement new line editing "library"
June McEnroe
2022-02-18
*
Fix M-f ordering
June McEnroe
2022-02-18
*
Treat any amount of space and punctuation as word boundaries
June McEnroe
2022-02-09
*
Cycle between adding colon suffix and not in tab complete
June McEnroe
2021-11-19
*
Use (bright) red for \com text macro
1.9
June McEnroe
2021-07-26
*
Stop at previous \ when expanding macros
June McEnroe
2021-06-24
*
Add \com text macro
June McEnroe
2021-06-14
*
Don't insert wchar_t if it can't be converted to mbs
June McEnroe
2021-02-15
*
Don't expand macro if it can't be converted to mbs
June McEnroe
2021-02-15
*
Use wmemcpy/wmemmove
June McEnroe
2020-11-08
*
Preserve colon from previous tab-complete
June McEnroe
2020-08-18
*
Say "OpenSSL" in additional permission notices
June McEnroe
2020-08-04
*
Add \banhammer macro
June McEnroe
2020-08-02
*
Add current topic to tab-complete so it can edited
June McEnroe
2020-07-13
*
Add additional permission for linking with LibreSSL
June McEnroe
2020-06-08
*
Add M-q to collapse whitespace
June McEnroe
2020-04-07
*
Fix multi-mention tab completion condition
June McEnroe
2020-04-01
*
Pass correct length to mbstowcs
June McEnroe
2020-04-01
*
Add \blush
June McEnroe
2020-03-31
*
Add \bear, \cool, \hug, \unflip, \wave
June McEnroe
2020-03-31
*
Add text macros
June McEnroe
2020-03-30
*
Tab complete from last iswspace
June McEnroe
2020-03-30
*
Bump edit buffer cap to 1024
June McEnroe
2020-03-23
*
Replace small integers in size_t with uint
June McEnroe
2020-02-15
*
Don't copy into cut buffer during tab complete
June McEnroe
2020-02-14
*
Simplify transpose swap
June McEnroe
2020-02-12
*
Add C-t transpose
June McEnroe
2020-02-12
*
Avoid VLAs in tab complete
June McEnroe
2020-02-09
*
Use iswspace for word movement
June McEnroe
2020-02-09
*
Add C-y
June McEnroe
2020-02-09
*
Add C-w and M-d
June McEnroe
2020-02-09
*
Rename kill ops
June McEnroe
2020-02-09
*
Add M-b and M-f
June McEnroe
2020-02-09
*
Add C-k
June McEnroe
2020-02-09
*
Add C-d
June McEnroe
2020-02-09
*
Hook up tab-complete
June McEnroe
2020-02-09
*
Simplify edit buffer conversion and input rendering
June McEnroe
2020-02-09
[next]