summary refs log tree commit diff
path: root/doc/zlib/gzfwrite.3
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-01-17 15:09:12 -0500
committerJune McEnroe <june@causal.agency>2022-01-17 15:09:12 -0500
commit5e1f7f0bfb01ac4c88578b7ecc20fa6b3c9b1a0f (patch)
tree80ac8a5f9a7c5d578392f6be8680cf0ff0f715d8 /doc/zlib/gzfwrite.3
parentSet extended in vi (diff)
downloadsrc-5e1f7f0bfb01ac4c88578b7ecc20fa6b3c9b1a0f.tar.gz
src-5e1f7f0bfb01ac4c88578b7ecc20fa6b3c9b1a0f.zip
Add ~/.cargo to PATH
Just in case I need to do Rust. My path function checks if it exists
so it's not creating noise otherwise.
Diffstat (limited to 'doc/zlib/gzfwrite.3')
0 files changed, 0 insertions, 0 deletions
FIRST SHOW IN 2.5 YEARS BABEY!!!June McEnroe 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