summary refs log tree commit diff
path: root/doc/zlib/compressBound.3
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-13 18:17:57 -0500
committerJune McEnroe <june@causal.agency>2021-01-13 18:18:35 -0500
commit720e54b5f787bb417da58c4a0e29b71ecf33b3f4 (patch)
tree5839ced6a949e148af3bd426e05f6e18f0b8ff8c /doc/zlib/compressBound.3
parentMatch strftime format specifiers (diff)
downloadsrc-720e54b5f787bb417da58c4a0e29b71ecf33b3f4.tar.gz
src-720e54b5f787bb417da58c4a0e29b71ecf33b3f4.zip
Remove -t flag from ctags commands
It's the default/only there for compatibility on the implementations I use.
Diffstat (limited to 'doc/zlib/compressBound.3')
0 files changed, 0 insertions, 0 deletions
hlightingJune 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