Skip to content

Commit

Permalink
Merge pull request #443 from czarnota/main
Browse files Browse the repository at this point in the history
fix KBHit leaving terminal in broken state
  • Loading branch information
gewang authored Jun 20, 2024
2 parents 166ef01 + e371c15 commit 310f328
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/chuck.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
#include "util_network.h"
#endif

#include "ulib_std.h"
#include "util_platforms.h"
#include "util_string.h"
#include "ugen_stk.h"
Expand Down Expand Up @@ -1510,7 +1511,7 @@ void ChucK::globalCleanup()

#ifndef __DISABLE_KBHIT__
// shutdown kb loop
// KBHitManager::shutdown();
KBHitManager::shutdown();
#endif // __DISABLE_KBHIT__

// pop
Expand Down

0 comments on commit 310f328

Please sign in to comment.