Skip to content

Commit

Permalink
Properly reset the terminal after sending a command to an existing in…
Browse files Browse the repository at this point in the history
…stance
  • Loading branch information
Amanieu committed Apr 1, 2015
1 parent 246a5fe commit 35fc519
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/engine/framework/System.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,7 @@ static void Init(int argc, char** argv)
#else
close(singletonSocket);
#endif
CON_Shutdown();
exit(0);
}

Expand Down

0 comments on commit 35fc519

Please sign in to comment.