about summary refs log tree commit diff
path: root/ui-blob.c
diff options
context:
space:
mode:
authorLazaros Koromilas <lostd@2f30.org>2015-07-15 15:53:12 +0300
committerJason A. Donenfeld <Jason@zx2c4.com>2015-08-12 14:13:44 +0200
commit13c2d3df0440ce04273de3149631a9bd97490c6e (patch)
tree200d71d37560f5b84bdccab16b8c7313641e841f /ui-blob.c
parentgit: update to v2.5.0 (diff)
downloadcgit-pink-13c2d3df0440ce04273de3149631a9bd97490c6e.tar.gz
cgit-pink-13c2d3df0440ce04273de3149631a9bd97490c6e.zip
filters: apply HTML escaping
http://www.w3.org/International/questions/qa-escapes#use
Diffstat (limited to 'ui-blob.c')
0 files changed, 0 insertions, 0 deletions
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