summary refs log tree commit diff
path: root/bin/beef.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-02-08 21:05:38 -0500
committerJune McEnroe <june@causal.agency>2019-02-08 21:05:38 -0500
commit821f57299c00181a96f23961c37fffa4773e99f0 (patch)
tree16b80470dbfb908c3831311b79d913358996b078 /bin/beef.c
parentImprove ANSI output and base IRC on it (diff)
downloadsrc-821f57299c00181a96f23961c37fffa4773e99f0.tar.gz
src-821f57299c00181a96f23961c37fffa4773e99f0.zip
Use [] to quote special characters in regex
This looks much cleaner than having to double-escape backslash.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
a4345aa0af942803d7&follow=1'>Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroeately. 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