about summary refs log tree commit diff
path: root/LICENSE
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-10 13:49:57 -0500
committerJune McEnroe <june@causal.agency>2021-01-11 18:52:46 -0500
commit6e311fab52a3544776f35068a9f07f66a8780812 (patch)
treecc1889cb1eb003528236fff0d3da562a42e0afdc /LICENSE
parentSend CAP END if CAP LS response is empty (diff)
downloadpounce-6e311fab52a3544776f35068a9f07f66a8780812.tar.gz
pounce-6e311fab52a3544776f35068a9f07f66a8780812.zip
Allow interspersing flags and config files
Don't wait for getopt_long to move all the arguments to the end. This
allows overriding options set by config files by placing flags after
them on the command line.
Diffstat (limited to 'LICENSE')
0 files changed, 0 insertions, 0 deletions
olspan='3' class='logmsg'> 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