summary refs log tree commit diff homepage
path: root/2016/src/bin/day17.rs
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-12-17 16:14:16 -0500
committerJune McEnroe <june@causal.agency>2020-11-22 00:14:25 -0500
commit89e7308b89a82323f9f5af257606dee128471ee6 (patch)
tree24f84b094f6d3ca4eb6f1832b730d2d3c9f4aec0 /2016/src/bin/day17.rs
parentSolve day 16 part 1 (diff)
downloadaoc-89e7308b89a82323f9f5af257606dee128471ee6.tar.gz
aoc-89e7308b89a82323f9f5af257606dee128471ee6.zip
Solve day 16 part 2
Diffstat (limited to '2016/src/bin/day17.rs')
0 files changed, 0 insertions, 0 deletions
es rather than globals, it might also be possible to give catgirl separate line editing buffers for each window, which would be a nice UX improvement. 2022-02-18Simplify cursor positioning in inputJune McEnroe Do some extra work by adding the portion before the cursor to the input window twice, but simplify the interaction with the split point. This fixes the awkward behaviour when moving the cursor across colour codes where the code would be partially interpreted up to the cursor. 2022-02-18Fix M-f orderingJune McEnroe 2022-02-12Move sandman build to scripts/MakefileJune McEnroe 2022-02-12Use compat_readpassphrase.c on LinuxJune McEnroe 2022-02-12Copy RPP defines from oconfigureJune McEnroe