summary refs log tree commit diff
path: root/buffer.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-07-13 15:56:43 -0400
committerJune McEnroe <june@causal.agency>2021-07-13 16:28:33 -0400
commit2f8ec18e656f9b6ec0b1bbe9ec7b866223b5c853 (patch)
tree578b45bd876fc68707e5132357e10d4f6fda9a1c /buffer.c
parentMove all UI initialization together (diff)
downloadcatgirl-2f8ec18e656f9b6ec0b1bbe9ec7b866223b5c853.tar.gz
catgirl-2f8ec18e656f9b6ec0b1bbe9ec7b866223b5c853.zip
Move platform-dependent sandboxing code out of main
To keep the "main" sequence of events on one screen, while emphasizing
that sandboxing happens either side of ircConnect().
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
ohover-highlight'> 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