summary refs log tree commit diff
path: root/port/cgram/.gitignore
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-11-25 23:37:32 -0500
committerJune McEnroe <june@causal.agency>2018-11-25 23:37:32 -0500
commit5df3ac82d26ddfbe3a6bd7ca24c66d4ed7a4eeb9 (patch)
tree671f09f6b56fd653a0b3fb2ef57a5e85f9ead817 /port/cgram/.gitignore
parentReturn enum Error from file functions in edi (diff)
downloadsrc-5df3ac82d26ddfbe3a6bd7ca24c66d4ed7a4eeb9.tar.gz
src-5df3ac82d26ddfbe3a6bd7ca24c66d4ed7a4eeb9.zip
Add "ports" of some FreeBSD utilities for macOS
Diffstat (limited to 'port/cgram/.gitignore')
0 files changed, 0 insertions, 0 deletions
itle='2022-06-02 20:53:17 -0400'>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