gnodet commented on code in PR #412: URL: https://github.com/apache/felix-dev/pull/412#discussion_r2068052558
########## gogo/jline/src/main/java/org/apache/felix/gogo/jline/Posix.java: ########## @@ -822,11 +840,26 @@ public void exit() throws Exception { terminal.close(); } }; + + // Register a signal handler for INT signal to properly propagate interruption + Terminal.SignalHandler prevIntHandler = terminal.handle(Terminal.Signal.INT, signal -> { Review Comment: It definitely is. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@felix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org