about summary refs log tree commit diff
path: root/edit.c (follow)
Commit message (Expand)AuthorAge
* Tab complete from last iswspaceJune McEnroe2020-03-30
* Bump edit buffer cap to 1024June McEnroe2020-03-23
* 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
* Avoid VLAs in tab completeJune McEnroe2020-02-09
* Use iswspace for word movementJune McEnroe2020-02-09
* Add C-yJune McEnroe2020-02-09
* 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
* 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
d=811419e17b70f93cb85fc26c9b7227f53349a7a7&follow=1'>Assert client coords are valid after movementJune McEnroe 2017-09-03Relicense AGPLJune McEnroe 2017-09-01Revert "Add client readOnly mode"June McEnroe 2017-09-01Remove clientRemove call from clientCastJune McEnroe 2017-09-01Add client readOnly modeJune McEnroe 2017-08-31Clean up merge toolJune McEnroe 2017-08-31Choose B for tiles with equal modify timesJune McEnroe 2017-08-31Add quick data file merge toolJune McEnroe 2017-08-30Use only foreground color for selecting spawnJune McEnroe 2017-08-29Add four additional spawnsJune McEnroe 2017-08-28Add respawningJune McEnroe 2017-08-26Move license above includesJune McEnroe 2017-08-26Snapshot metadataJune McEnroe 2017-08-26Add meta.c to READMEJune McEnroe 2017-08-26Use MakefileJune McEnroe