about summary refs log tree commit diff
ModeNameSize
-rw-r--r--.gitignore68log plain blame
-rw-r--r--LICENSE35149log plain blame
-rw-r--r--Makefile1172log plain blame
-rw-r--r--README.73687log plain blame
-rw-r--r--bounce.c18805log plain blame
-rw-r--r--bounce.h7888log plain blame
-rw-r--r--calico.12131log plain blame
-rw-r--r--cert.c2868log plain blame
-rw-r--r--client.c18120log plain blame
-rw-r--r--config.c3762log plain blame
-rwxr-xr-xconfigure1147log plain blame
d---------contrib / palaver34log plain
-rw-r--r--dispatch.c7856log plain blame
-rw-r--r--local.c6959log plain blame
-rw-r--r--pounce.115625log plain blame
-rw-r--r--ring.c7332log plain blame
-rw-r--r--server.c7390log plain blame
-rw-r--r--state.c11641log plain blame
-rw-r--r--xdg.c3826log plain blame
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