chiark / gitweb /
UI nit: make cursor visible upon use of A/S/D keyboard controls.
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Mon, 16 Aug 2004 13:54:41 +0000 (13:54 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Mon, 16 Aug 2004 13:54:41 +0000 (13:54 +0000)
[originally from svn r4467]

net.c

diff --git a/net.c b/net.c
index 43c711bd016bb0fdc53f587f2dda4bc5264450ed..8512a6a8d396ab37622418757ae30fadad97448c 100644 (file)
--- a/net.c
+++ b/net.c
@@ -841,6 +841,7 @@ game_state *make_move(game_state *state, game_ui *ui, int x, int y, int button)
            button = MIDDLE_BUTTON;
        else if (button == 'd' || button == 'D')
            button = RIGHT_BUTTON;
+        ui->cur_visible = TRUE;
     } else
        return nullret;