summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* Document lack of alt text in dehtmlJune McEnroe2021-09-07
* Add HTML entities used by "legacy" twitterJune McEnroe2021-09-07
* Generate bin html for .l files correctlyJune McEnroe2021-09-07
* Add dehtmlJune McEnroe2021-09-07
* Show about path in page titleJune McEnroe2021-09-06
* Add Clay's ArkJune McEnroe2021-09-05
* Add comment on how cool understanding old code isJune McEnroe2021-09-01
* Publish "V6 pwd"June McEnroe2021-09-01
* Use command -v rather than typeJune McEnroe2021-08-25
* Change liberapay link name to donateJune McEnroe2021-08-23
* Add A Desolation Called PeaceJune McEnroe2021-08-21
* Add cat alias using lessJune McEnroe2021-08-12
* Make minute adjustments to causal.agencyJune McEnroe2021-08-12
* Add Fugitive TelemetryJune McEnroe2021-07-27
* Add Sisters of the RevolutionJune McEnroe2021-07-22
* Strip typer down to copy or reverse modesJune McEnroe2021-07-09
* Add patreon to supJune McEnroe2021-07-05
* Don't run sctdJune McEnroe2021-06-28
* Add SAUSAGEJune McEnroe2021-06-26
* Add Oryx and CrakeJune McEnroe2021-06-22
* Use $SHELL -c to run up -c | -t commandsJune McEnroe2021-06-21
* Merge dash v0.5.11.4June McEnroe2021-06-20
|\
| * Squashed 'bin/dash/' changes from a45870f7..efc7765bJune McEnroe2021-06-20
* | sctd more aggressivelyJune McEnroe2021-06-14
* | Set iclower, not icJune McEnroe2021-06-14
* | Publish "seprintf"June McEnroe2021-06-12
* | Remove bubger -t flag from "Mailing List"June McEnroe2021-06-11
* | Publish "Sparse Checkout"June McEnroe2021-06-09
* | Stop mpv from dumping coreJune McEnroe2021-06-09
* | Generate valid Atom feedsJune McEnroe2021-06-08
* | Set CGIT_VERSION to "causal agency"June McEnroe2021-06-08
* | Show number of weeks for scalar if evenJune McEnroe2021-06-08
* | Merge commit 'f46c4521d761a0b9909e17ef29065c0aa09c7ab7'June McEnroe2021-06-08
|\ \
| * | Squashed 'www/git.causal.agency/cgit/' changes from 55fa25ad..5258c297June McEnroe2021-06-08
* | | Fetch git .tar.gz for compatibilityJune McEnroe2021-06-08
* | | Configure xlockJune McEnroe2021-06-03
* | | Add top gap in cwmJune McEnroe2021-06-02
* | | Add The Year of the FloodJune McEnroe2021-05-23
* | | Add cwm keys for putting windows in cornersJune McEnroe2021-05-20
* | | Replace freenode with tilde.chatJune McEnroe2021-05-19
* | | Install firefox on OpenBSDJune McEnroe2021-05-17
* | | Add All the Birds in the SkyJune McEnroe2021-05-09
* | | Publish "Swans Are Dead"June McEnroe2021-05-05
* | | Handle missing last names in bibsortJune McEnroe2021-05-04
* | | Emulate MANSECT for mandoc which lacks itJune McEnroe2021-05-03
* | | Add ff aliasJune McEnroe2021-05-02
* | | Alias ag to ag --pagerJune McEnroe2021-05-02
* | | Add copy mode to typerJune McEnroe2021-04-28
* | | Remove hnelJune McEnroe2021-04-26
* | | Draw foundations in reverse orderJune McEnroe2021-04-26
nroe 2022-02-19Reimplement tab completeJune McEnroe 2022-02-19Handle errors from editFn, etc.June McEnroe 2022-02-19Reimplement text macrosJune McEnroe 2022-02-19Factor out input handling to input.cJune McEnroe 2022-02-19Factor out window management to window.cJune McEnroe 2022-02-19Enable -Wmissing-prototypesJune McEnroe In other words, warn when a function is missing static. I don't see why this isn't in -Wextra. 2022-02-19Fix edit.[ch] license notice additional permissionsJune McEnroe 2022-02-19Run line editing testsJune McEnroe I know, it feels wrong. 2022-02-18Implement new line editing "library"June McEnroe Losing tab complete and text macros, for now. This new implementation works on an instance of a struct and does not interact with the rest of catgirl, making it possible to copy into another project. Unlike existing line editing libraries, this one is entirely abstract and can be rendered externally. My goal with this library is to be able to implement vi mode. Since it operates on struct instances rather than globals, it might also be possible to give catgirl separate line editing buffers for each window, which would be a nice UX improvement. 2022-02-18Simplify cursor positioning in inputJune McEnroe Do some extra work by adding the portion before the cursor to the input window twice, but simplify the interaction with the split point. This fixes the awkward behaviour when moving the cursor across colour codes where the code would be partially interpreted up to the cursor. 2022-02-18Fix M-f orderingJune McEnroe 2022-02-12Move sandman build to scripts/MakefileJune McEnroe 2022-02-12Use compat_readpassphrase.c on LinuxJune McEnroe 2022-02-12Copy RPP defines from oconfigureJune McEnroe