X-Git-Url: https://plomlompom.com/repos/?p=plomrogue;a=blobdiff_plain;f=src%2Fclient%2Fmain.c;h=acb592bff8482c9215c1b3a29593b22c7da5fe0a;hp=2c1fbf4f2b80f30c6b68eeb791b514927a307e49;hb=258e57c1621533e206610453047d829cc8aa13fe;hpb=81630285494cf6d9e5ddd845e4e55702d87029b0 diff --git a/src/client/main.c b/src/client/main.c index 2c1fbf4..acb592b 100644 --- a/src/client/main.c +++ b/src/client/main.c @@ -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;