diff options
Diffstat (limited to 'src/main/kotlin/util/async/input.kt')
-rw-r--r-- | src/main/kotlin/util/async/input.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/kotlin/util/async/input.kt b/src/main/kotlin/util/async/input.kt index 9aab5cf..f22c595 100644 --- a/src/main/kotlin/util/async/input.kt +++ b/src/main/kotlin/util/async/input.kt @@ -24,7 +24,7 @@ private object InputHandler { } init { - HandledScreenKeyPressedEvent.subscribe { event -> + HandledScreenKeyPressedEvent.subscribe("Input:resumeAfterInput") { event -> synchronized(InputHandler) { val toRemove = activeContinuations.filter { event.matches(it.keybind) |