aboutsummaryrefslogtreecommitdiff
path: root/blackbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'blackbox.c')
-rw-r--r--blackbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/blackbox.c b/blackbox.c
index 51a15f6..69959b6 100644
--- a/blackbox.c
+++ b/blackbox.c
@@ -485,7 +485,7 @@ static game_ui *new_ui(const game_state *state)
ui->newmove = false;
ui->cur_x = ui->cur_y = 1;
- ui->cur_visible = false;
+ ui->cur_visible = getenv_bool("PUZZLES_SHOW_CURSOR", false);
ui->flash_laser = 0;