about summary refs log tree commit diff
path: root/tests
ModeNameSize
-rw-r--r--.gitignore33log plain blame
-rw-r--r--Makefile115log plain blame
-rwxr-xr-xsetup.sh2230log plain blame
-rwxr-xr-xt0001-validate-git-versions.sh1227log plain blame
-rwxr-xr-xt0010-validate-html.sh933log plain blame
-rwxr-xr-xt0020-validate-cache.sh1820log plain blame
-rwxr-xr-xt0101-index.sh715log plain blame
-rwxr-xr-xt0102-summary.sh920log plain blame
-rwxr-xr-xt0103-log.sh1035log plain blame
-rwxr-xr-xt0104-tree.sh873log plain blame
-rwxr-xr-xt0105-commit.sh1116log plain blame
-rwxr-xr-xt0106-diff.sh546log plain blame
-rwxr-xr-xt0107-snapshot.sh1680log plain blame
-rwxr-xr-xt0108-patch.sh743log plain blame
-rwxr-xr-xt0109-gitconfig.sh1112log plain blame
g 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