aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/util/async/input.kt
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/kotlin/util/async/input.kt')
-rw-r--r--src/main/kotlin/util/async/input.kt2
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)