summary refs log tree commit diff
path: root/edit.c (follow)
Commit message (Collapse)AuthorAge
* Fix weird tab-complete after commaJune McEnroe2018-09-13
| | | | I have no idea why I did this.
* Use formatParse split to position input cursorJune McEnroe2018-09-12
|
* Use PascalCase for constantsJune McEnroe2018-09-02
| | | | Begone underscores.
* Remove unnecessary includeJune McEnroe2018-08-20
|
* Add wcsnchr, wcsnrchr, awcsntombsJune McEnroe2018-08-20
| | | | | | This eliminates calls to editHead and editTail inside edit.c. Oh god I'm sorry for following libc naming conventions for this stuff.
* Become multi-channelJune McEnroe2018-08-10
| | | | There's a lot of UI missing for it, but it technically works.
* Add M-b, M-f, M-DEL, M-d, C-wJune McEnroe2018-08-09
|
* Add commands to tab completeJune McEnroe2018-08-08
|
* Factor out line editing to edit.cJune McEnroe2018-08-08
an>Add The Just CityJune McEnroe 2019-09-12Only GET the final redirect locationJune McEnroe 2019-09-12Consume entire bodyJune McEnroe 2019-09-10Add title -v flagJune McEnroe 2019-09-10Use curl error bufferJune McEnroe 2019-09-10Set Accept-Encoding in titleJune McEnroe 2019-09-08Set title User-AgentJune McEnroe 2019-09-07Add -x flag to titleJune McEnroe 2019-09-07Ignore SIGPIPE in relayJune McEnroe 2019-09-07Add A Memory Called EmpireJune McEnroe 2019-09-05Handle lack of Content-TypeJune McEnroe 2019-09-05Use CURLINFO_CONTENT_TYPEJune McEnroe 2019-09-05Decode entities in titlesJune McEnroe 2019-09-05Print title as soon as it's availableJune McEnroe 2019-09-05Use CURL_PREFIX to set flagsJune McEnroe 2019-09-05Add titleJune McEnroe 2019-09-04Add Avorter n'est pas tuerJune McEnroe 2019-08-29Unset executable on shell scriptsJune McEnroe 2019-08-29Add long-missing setopt to bin.7June McEnroe 2019-08-29Add editJune McEnroe