home · contact · privacy
Add "look" mode to query things on any cell via new THINGS_HERE command.
[plomrogue] / src / client / main.c
index 2c1fbf4f2b80f30c6b68eeb791b514927a307e49..acb592bff8482c9215c1b3a29593b22c7da5fe0a 100644 (file)
@@ -56,7 +56,7 @@ int main(int argc, char * argv[])
     keypad(world.winDB.t_screen, TRUE);
     init_command_db();      /* The command DB needs to be initialized before  */
     load_interface_conf();  /* the interface, whose keybindings depend on it. */
-    world.focus_each_turn = 1;
+    world.autofocus = 1;
 
     /* Set handler for terminal window resizing. */
     struct sigaction act;