summary refs log tree commit diff
path: root/bin/cash/libedit/makelist
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-01-25 03:42:33 -0500
committerJune McEnroe <june@causal.agency>2019-01-25 03:42:33 -0500
commit9fb6d5c31bd3137f273765f6364e0b53568cd3f8 (patch)
tree8f9930bde1160f7feef226fa8de948922beb4eef /bin/cash/libedit/makelist
parentComplete ASCII set of WIP serif8x16.psf (diff)
downloadsrc-9fb6d5c31bd3137f273765f6364e0b53568cd3f8.tar.gz
src-9fb6d5c31bd3137f273765f6364e0b53568cd3f8.zip
Set nvim UI colors back to the 8-color palette
Neovim seems intent on replacing all the default colors with ghastly
choices from the 256-color palette.
Diffstat (limited to 'bin/cash/libedit/makelist')
0 files changed, 0 insertions, 0 deletions
gmsg'> 2021-09-15Factor out common parts of downgrade messagesJune McEnroe Also bump the message cap to 1024 because that is ostensibly useful for replying to older messages. 2021-09-14Add downgrade IRC botJune McEnroe 2021-09-14Sort by title if authors matchJune McEnroe There are probably better things to sort by but title definitely always exists. 2021-09-13Swap-remove tags as they're foundJune McEnroe This makes it even faster. From ~1s on a sqlite3.c amalgamation to ~0.85s. 2021-09-12Replace htagml regex with strncmpJune McEnroe Since ctags only ever produces regular expressions of the form /^re$/ or /^re/ with no other special characters, instead unescape the pattern and simply use strncmp. Running on a sqlite3.c amalgamation, the regex version takes ~37s while the strncmp version takes ~1s, producing identical output. Big win! 2021-09-11Also defer printing comment for lone close-parens