aboutsummaryrefslogtreecommitdiff
path: root/range.c
diff options
context:
space:
mode:
Diffstat (limited to 'range.c')
-rw-r--r--range.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/range.c b/range.c
index 0887f9a..293b6cb 100644
--- a/range.c
+++ b/range.c
@@ -1227,7 +1227,7 @@ static game_ui *new_ui(const game_state *state)
{
struct game_ui *ui = snew(game_ui);
ui->r = ui->c = 0;
- ui->cursor_show = false;
+ ui->cursor_show = getenv_bool("PUZZLES_SHOW_CURSOR", false);
return ui;
}