index
:
~noa/catgirl
this commit
master
weechat-hashes
Unnamed repository; edit this file 'description' to name the repository.
noa
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
edit.c
Age
Commit message (
Expand
)
Author
2020-08-04
Say "OpenSSL" in additional permission notices
C. McEnroe
2020-08-02
Add \banhammer macro
C. McEnroe
2020-07-13
Add current topic to tab-complete so it can edited
C. McEnroe
2020-06-08
Add additional permission for linking with LibreSSL
C. McEnroe
2020-04-07
Add M-q to collapse whitespace
C. McEnroe
2020-04-01
Fix multi-mention tab completion condition
C. McEnroe
2020-04-01
Pass correct length to mbstowcs
C. McEnroe
2020-03-31
Add \blush
C. McEnroe
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
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