summary refs log tree commit diff
path: root/www/text.causal.agency (follow)
Commit message (Expand)AuthorAge
* Publish "seprintf"June McEnroe2021-06-12
* Remove bubger -t flag from "Mailing List"June McEnroe2021-06-11
* Publish "Sparse Checkout"June McEnroe2021-06-09
* Replace freenode with tilde.chatJune McEnroe2021-05-19
* Publish "Swans Are Dead"June McEnroe2021-05-05
* Publish "Time Machine"June McEnroe2021-04-25
* Add some missing justification to "C Style"June McEnroe2021-03-16
* Publish "C Style"June McEnroe2021-03-16
* Publish "Mailing List"June McEnroe2021-03-04
* Publish "Operating systems"June McEnroe2021-02-22
* Iterate over text files to generate feedJune McEnroe2021-02-22
* Publish "Unpasswords"June McEnroe2021-02-20
* Add xdimmer to "Using OpenBSD"June McEnroe2021-02-15
* Publish "Using OpenBSD"June McEnroe2021-02-14
* Publish "reusing tags"June McEnroe2021-01-17
* Call cap_rights_limit on stderr tooJune McEnroe2021-01-14
* Add igp gopher server for text.causal.agencyJune McEnroe2021-01-14
* Publish "Using vi"June McEnroe2021-01-11
* Note lack of macro expansions in Q(...)June McEnroe2020-12-03
* Fix missing "to" in "hot tips"June McEnroe2020-12-02
* Publish "hot tips"June McEnroe2020-12-02
* Publish "Inability"June McEnroe2020-11-26
* Render content into atom feedJune McEnroe2020-11-26
* Use mandoc -T utf8 for text.June McEnroe2020-10-07
* Publish "LibreTLS"June McEnroe2020-08-09
* Add scooper update to "IRC Suite"June McEnroe2020-08-02
* Add note about litterbox bot useJune McEnroe2020-06-19
* Publish "IRC suite"June McEnroe2020-06-19
* Update mdoc source URLsJune McEnroe2020-05-31
* Post "casual update"June McEnroe2020-05-06
* Include <content src> in feedJune McEnroe2020-04-04
* Set publish date in feed from .DdJune McEnroe2020-04-04
* Update cgit setup post with git-http-backendJune McEnroe2020-04-01
* Publish "How I Relay Chat"June McEnroe2020-03-08
* Post "cgit setup"June McEnroe2019-12-16
* Add a few more notes about librariesJune McEnroe2019-12-11
* Post "Some Libraries"June McEnroe2019-12-11
* Shell script style passJune McEnroe2019-07-27
* Make author consistent and update URLsJune McEnroe2019-07-12
* Move to www/text.causal.agencyJune McEnroe2019-07-12
ot 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