aboutsummaryrefslogtreecommitdiff
path: root/src/defaults.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/defaults.h')
-rw-r--r--src/defaults.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/defaults.h b/src/defaults.h
index 0719656..f224da3 100644
--- a/src/defaults.h
+++ b/src/defaults.h
@@ -39,6 +39,7 @@ static inline void set_blocks(struct game_blocks *game_blocks)
{0, "^L", move_maze, MOVE_RIGHT}, \
{'0', "", move_maze, MOVE_BEGINNING}, \
{'p', "", turn_display_switch, DISP_PATH}, \
+ {'v', "", turn_visible, 0}, \
{'q', "", quit, GR_QUIT}, \
{'r', "", new_random, 0}, \
{'c', "", center, 0}, \