summary refs log tree commit diff homepage
path: root/2048.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-10-15 15:40:53 +0000
committerJune McEnroe <june@causal.agency>2021-10-15 15:40:53 +0000
commit27de8f439f877c92fac8b2d26e8485741c5887f5 (patch)
treec483723c341c58b76ed08f8fedf67c732ae487c9 /2048.c
parentHandle KEY_BACKSPACE in freecell (diff)
downloadplay-27de8f439f877c92fac8b2d26e8485741c5887f5.tar.gz
play-27de8f439f877c92fac8b2d26e8485741c5887f5.zip
Build chroot only on OpenBSD
Diffstat (limited to '2048.c')
0 files changed, 0 insertions, 0 deletions
June McEnroe 2022-06-03Set line number on File linesJune McEnroe 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