git-svn-id: http://lassie.dyndns-server.com/svn/gargoyle-gtk@159
ddfedd41-794f-dd11-ae45-
00112f111e67
return;
}
- if (gos_upper && gos_curwin == gos_upper) {
- if (cury > mach_status_ht) {
- mach_status_ht = cury;
- reset_status_ht();
- }
- }
-
/* check fixed flag in header, game can change it at whim */
if (gos_curwin == gos_lower)
{
{
cury = zargs[0];
curx = zargs[1];
- if (gos_upper)
+
+ if (gos_upper) {
+ if (cury > mach_status_ht) {
+ mach_status_ht = cury;
+ reset_status_ht();
+ }
+
glk_window_move_cursor(gos_upper, curx - 1, cury - 1);
+ }
}
/*