summary refs log tree commit diff
ModeNameSize
-rw-r--r--.gitignore70log plain blame
-rw-r--r--Darwin.mk71log plain blame
-rw-r--r--LICENSE35149log plain blame
-rw-r--r--Linux.mk183log plain blame
-rw-r--r--Makefile1604log plain blame
-rw-r--r--README.71861log plain blame
-rw-r--r--bounce.c12971log plain blame
-rw-r--r--bounce.h5294log plain blame
-rw-r--r--calico.12231log plain blame
-rw-r--r--client.c9916log plain blame
-rw-r--r--compat.h1312log plain blame
-rw-r--r--config.c3192log plain blame
-rw-r--r--dispatch.c7454log plain blame
-rw-r--r--local.c5382log plain blame
-rw-r--r--pounce.19341log plain blame
d---------rc.d68log plain
-rw-r--r--ring.c5944log plain blame
-rw-r--r--server.c4210log plain blame
-rw-r--r--state.c10398log plain blame
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