shithub: puzzles

Download patch

ref: 029e8b85cede91d3d8ab011e422d44d74e52706e
parent: 5fc29f7717e8c7b23c3c2debfa37a4ea5aef340f
author: Simon Tatham <anakin@pobox.com>
date: Fri Jun 24 07:13:08 EDT 2005

Turn off the keyboard-control cursor when the user reverts to mouse
control.

[originally from svn r6008]

--- a/guess.c
+++ b/guess.c
@@ -641,6 +641,7 @@
         }
         ui->drag_col = 0;
         ui->drag_opeg = -1;
+        ui->display_cur = 0;
         debug(("Stop dragging."));
         ret = from;
     } else if (button == RIGHT_BUTTON) {