aboutsummaryrefslogtreecommitdiff
path: root/singles.c
diff options
context:
space:
mode:
Diffstat (limited to 'singles.c')
-rw-r--r--singles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/singles.c b/singles.c
index fa39a61..a4c901d 100644
--- a/singles.c
+++ b/singles.c
@@ -1446,7 +1446,7 @@ static game_ui *new_ui(const game_state *state)
game_ui *ui = snew(game_ui);
ui->cx = ui->cy = 0;
- ui->cshow = false;
+ ui->cshow = getenv_bool("PUZZLES_SHOW_CURSOR", false);
ui->show_black_nums = false;
return ui;