diff --git a/construct/console.cc b/construct/console.cc index c2538f8c0..af46fc63a 100644 --- a/construct/console.cc +++ b/construct/console.cc @@ -163,6 +163,7 @@ try show_message(); do { + ctx::interruption_point(); wait_input(); } while(handle_line());