summary refs log tree commit diff
path: root/bin/xx.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-02-04 22:06:23 +0000
committerJune McEnroe <june@causal.agency>2021-02-04 22:07:01 +0000
commitbb4af65d6f43bdf910310ac871935aac315747c3 (patch)
tree1b34b640b998179cdc770435940dac6373b5336c /bin/xx.c
parentAdd The Rosewater Redemption (diff)
downloadsrc-bb4af65d6f43bdf910310ac871935aac315747c3.tar.gz
src-bb4af65d6f43bdf910310ac871935aac315747c3.zip
Remove cgit logo using cgitrc
It's not documented that you can set logo to empty string to remove
it, I just noticed by reading print_header.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
1:03:24 -0400'>2022-06-03Set line number on File linesJune McEnroe 2022-06-03Stop polling stdin after EOFJune McEnroe 2022-06-02Set TABSIZE=4June McEnroe Absolutely indiscriminately. 2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe