aboutsummaryrefslogtreecommitdiff
path: root/solo.c
diff options
context:
space:
mode:
Diffstat (limited to 'solo.c')
-rw-r--r--solo.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/solo.c b/solo.c
index 3155abb..6b2862f 100644
--- a/solo.c
+++ b/solo.c
@@ -4559,8 +4559,7 @@ static game_ui *new_ui(const game_state *state)
ui->hx = ui->hy = 0;
ui->hpencil = false;
- ui->hshow = false;
- ui->hcursor = false;
+ ui->hshow = ui->hcursor = getenv_bool("PUZZLES_SHOW_CURSOR", false);
return ui;
}