X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;f=src%2Fclient%2Fmain.c;h=f2051a41ddb10956903887653aa798569fee48e3;hb=7e43b1fff89706212291384ddaa762fa30b02cb4;hp=1821e57f9205007d596f286e794cb0eba1896892;hpb=b4e81c08c1b229cac545f38a8f1fc3c08da91d83;p=plomrogue diff --git a/src/client/main.c b/src/client/main.c index 1821e57..f2051a4 100644 --- a/src/client/main.c +++ b/src/client/main.c @@ -52,6 +52,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; /* Set handler for terminal window resizing. */ struct sigaction act;