about summary refs log tree commit diff
path: root/edit.c (follow)
Commit message (Collapse)AuthorAge
* Preserve colon from previous tab-completeJune McEnroe2020-08-18
| | | | | This fixes the case when pinging multiple nicks and one of them needs to be cycled through.
* Say "OpenSSL" in additional permission noticesJune McEnroe2020-08-04
| | | | LibreSSL is "a modified version of that library".
* Add \banhammer macroJune McEnroe2020-08-02
| | | | From the Textual extras command /banhammer.
* Add current topic to tab-complete so it can editedJune McEnroe2020-07-13
|
* Add additional permission for linking with LibreSSLJune McEnroe2020-06-08
| | | | https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs
* Add M-q to collapse whitespaceJune McEnroe2020-04-07
|
* Fix multi-mention tab completion conditionJune McEnroe2020-04-01
| | | | | I don't know why I ever programmed it this way. It was really annoying when trying to write "some phrase, nick".
* Pass correct length to mbstowcsJune McEnroe2020-04-01
| | | | Too used to sizeof being the right thing for regular strings.
* Add \blushJune McEnroe2020-03-31
|
* Add \bear, \cool, \hug, \unflip, \waveJune McEnroe2020-03-31
|
* Add text macrosJune McEnroe2020-03-30
|
* Tab complete from last iswspaceJune McEnroe2020-03-30
|
* Bump edit buffer cap to 1024June McEnroe2020-03-23
| | | | With message splitting it's reasonable to allow this to be larger.
* Replace small integers in size_t with uintJune McEnroe2020-02-15
|
* Don't copy into cut buffer during tab completeJune McEnroe2020-02-14
|
* Simplify transpose swapJune McEnroe2020-02-12
|
* Add C-t transposeJune McEnroe2020-02-12
| | | | Also in emacs, weechat.
* Avoid VLAs in tab completeJune McEnroe2020-02-09
|
* Use iswspace for word movementJune McEnroe2020-02-09
|
* Add C-yJune McEnroe2020-02-09
| | | | This is weechat's binding for it.
* Add C-w and M-dJune McEnroe2020-02-09
|
* Rename kill opsJune McEnroe2020-02-09
|
* Add M-b and M-fJune McEnroe2020-02-09
|
* Add C-kJune McEnroe2020-02-09
| | | | Also rename all the edit ops to something consistent.
* Add C-dJune McEnroe2020-02-09
|
* Hook up tab-completeJune McEnroe2020-02-09
|
* Simplify edit buffer conversion and input renderingJune McEnroe2020-02-09
|
* Populate completion with commandsJune McEnroe2020-02-07
|
* Add some real line editing operationsJune McEnroe2020-02-07
|
* Add extremely basic editing and message sendingJune McEnroe2020-02-05
|
* Convert editHead and editTail from wchar_tJune McEnroe2020-02-04
|
* Split showing style codes and word wrappingJune McEnroe2020-02-04