X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fclient%2Fmain.c;h=c40d7451e2467fa1281a42da461e9575fbab5342;hb=40ae39a7efa404ba4107b394c358fc7d38e9ec91;hp=acb592bff8482c9215c1b3a29593b22c7da5fe0a;hpb=258e57c1621533e206610453047d829cc8aa13fe;p=plomrogue diff --git a/src/client/main.c b/src/client/main.c index acb592b..c40d745 100644 --- a/src/client/main.c +++ b/src/client/main.c @@ -56,7 +56,6 @@ 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.autofocus = 1; /* Set handler for terminal window resizing. */ struct sigaction act;