Fixed Glk to Gdk color bug
[rodin/chimara.git] / tests / styletest.c
index 8165e448383f3b4fe4a139b14d4aa7828d6d51c9..0ed73cc248999f2282f669d28240ce743da79d90 100644 (file)
@@ -137,8 +137,11 @@ do_link_test() {
 
 void
 do_mouse_test() {
-       glk_request_mouse_event(mainwin);
+    glk_set_window(statuswin);
+       glk_window_move_cursor(statuswin, 0, 0);
+       glk_put_string("Click me......\n");
        glk_request_mouse_event(statuswin);
+       glk_set_window(mainwin);
 }
 
 void