summary refs log tree commit diff
path: root/.gitignore
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-09-12 15:46:36 -0400
committerJune McEnroe <june@causal.agency>2020-09-12 15:58:39 -0400
commitfed52c75edeab8a250b24304d050e6fd85b8f2fc (patch)
tree3bc5267ea2ea3e2ef13c1b09fec560284f98aee9 /.gitignore
parentMove /opt/local behind /usr again (diff)
downloadsrc-fed52c75edeab8a250b24304d050e6fd85b8f2fc.tar.gz
src-fed52c75edeab8a250b24304d050e6fd85b8f2fc.zip
Move /opt/local back, cheat port select to use system man
This is not really how you're supposed to use the select system, I don't
think, since the mandoc package actually creates those files, but it
does work. This lets me actually use the git installed by MacPorts.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions
ay.c?id=27383bcfbfd79693c79920fdc424f68e3caaa4d2&follow=1'>Allow cumulative score gamesJune McEnroe 2021-01-31Check isattyJune McEnroe 2021-01-31Launch game immediately with SSH_ORIGINAL_COMMANDJune McEnroe 2021-01-29Handle getch ERR in menuJune McEnroe 2021-01-29Set process title to chosen gameJune McEnroe 2021-01-29Add pause to snakeJune McEnroe 2021-01-29Add menu to choose 2048 or snakeJune McEnroe 2021-01-29Actually wait for a non-direction keyJune McEnroe 2021-01-29Give the snake a tailJune McEnroe 2021-01-29Don't let the snake snap its own neckJune McEnroe