summary refs log tree commit diff
path: root/home/.hushlogin
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-05-19 02:09:21 -0400
committerJune McEnroe <june@causal.agency>2018-05-19 02:09:21 -0400
commit6b7fc2c429340ee5a4cb0a7d011cc86f2c926152 (patch)
tree25faa5ca49f72be6fd927e13c67732bc845a08de /home/.hushlogin
parentSet TERM=xterm in Terminal.app (diff)
downloadsrc-6b7fc2c429340ee5a4cb0a7d011cc86f2c926152.tar.gz
src-6b7fc2c429340ee5a4cb0a7d011cc86f2c926152.zip
Use PF_UNIX
Diffstat (limited to 'home/.hushlogin')
0 files changed, 0 insertions, 0 deletions
follow=1'>Implement 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 McEnroegrade.c?id=68f41009e9283757b672bbafcaa7bb0bdd121e32&follow=1'>Enter capsicum in downgradeJune McEnroe 2021-09-15Factor out common parts of downgrade messagesJune McEnroe 2021-09-14Add downgrade IRC botJune McEnroe 2021-09-14Sort by title if authors matchJune McEnroe 2021-09-13Swap-remove tags as they're foundJune McEnroe 2021-09-12Replace htagml regex with strncmpJune McEnroe 2021-09-11Also defer printing comment for lone close-parensJune McEnroe 2021-09-10Publish "git-comment"June McEnroe 2021-09-10Add git comment --pretty optionJune McEnroe 2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe 2021-09-08Up default min-repeat to 30 linesJune McEnroe 2021-09-08Handle dirty lines in git-commentJune McEnroe 2021-09-08Document and install git-commentJune McEnroe 2021-09-08Add repeat and all options to git-commentJune McEnroe 2021-09-08Add group threshold to git-commentJune McEnroe