summary refs log tree commit diff homepage
path: root/2018/day06.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-12-04 21:11:06 -0500
committerJune McEnroe <june@causal.agency>2020-11-22 00:14:25 -0500
commit764d7480e19c25eeb4e656018a9f1e4a258fdb35 (patch)
tree85d6d17a6d00bd140af51f26c84918da7c5a198a /2018/day06.c
parentSolve day 4 part 1 (diff)
downloadaoc-764d7480e19c25eeb4e656018a9f1e4a258fdb35.tar.gz
aoc-764d7480e19c25eeb4e656018a9f1e4a258fdb35.zip
Solve day 4 part 2
Diffstat (limited to '2018/day06.c')
0 files changed, 0 insertions, 0 deletions
lay/commit/play.c?h=2b51e7eb92aefa048ecd665e609f5e0983e4d98b&id=2945790e77d49b764b4b36155c44e39660aed27a&follow=1'>Prevent blank name fieldsJune McEnroe 2019-05-23Open path given to -t read-onlyJune McEnroe 2019-05-23Add -t option to print scores as textJune McEnroe 2018-12-31Add game over checkJune McEnroe 2018-12-31Ignore root and chroot.tarJune McEnroe 2018-12-31Use capsicum on FreeBSDJune McEnroe 2018-12-31Handle ERR from getchJune McEnroe Somehow, play processes were being orphaned without receiving SIGHUP and would consume 100% CPU in this getch loop. I still have no idea what was happening to the SSH sessions to cause orphans like that, but this at least makes them exit. 2018-12-26Replace control chars with blanks in nameJune McEnroe 2018-12-26Show adjacent scores when not in topJune McEnroe 2018-12-25Use bright foreground colorsJune McEnroe 2018-12-25Add 2048 help textJune McEnroe 2018-12-25Fix mode for score file createJune McEnroe