summary refs log tree commit diff
path: root/port/ddate/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-12 21:57:42 -0500
committerJune McEnroe <june@causal.agency>2021-01-12 21:57:42 -0500
commitfdc0c5cdf65a9d48fd624320dbaf2d95c3675252 (patch)
tree520793cf9bee146a4c76a0ad96bf5989d6885741 /port/ddate/Makefile
parentRemove hacky tagging from hilex (diff)
downloadsrc-fdc0c5cdf65a9d48fd624320dbaf2d95c3675252.tar.gz
src-fdc0c5cdf65a9d48fd624320dbaf2d95c3675252.zip
Consolidate hilex formatters into hilex.c
Diffstat (limited to 'port/ddate/Makefile')
0 files changed, 0 insertions, 0 deletions
/> 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