shithub: puzzles

Download patch

ref: f1e8a586b53535bad3e201a8cc42b514a8cb6e16
parent: 306f69868b4e83d8e1db9f48e7fdff07a658cad3
author: Jacob Nevins <jacobn@chiark.greenend.org.uk>
date: Mon Aug 16 09:54:41 EDT 2004

UI nit: make cursor visible upon use of A/S/D keyboard controls.

[originally from svn r4467]

--- a/net.c
+++ b/net.c
@@ -841,6 +841,7 @@
 	    button = MIDDLE_BUTTON;
 	else if (button == 'd' || button == 'D')
 	    button = RIGHT_BUTTON;
+        ui->cur_visible = TRUE;
     } else
 	return nullret;