mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
construct: Add interruption point before waiting for input.
This commit is contained in:
parent
2c713cc9a5
commit
4c6f90f9e5
1 changed files with 1 additions and 0 deletions
|
@ -163,6 +163,7 @@ try
|
|||
|
||||
show_message(); do
|
||||
{
|
||||
ctx::interruption_point();
|
||||
wait_input();
|
||||
}
|
||||
while(handle_line());
|
||||
|
|
Loading…
Reference in a new issue