mirror of
https://github.com/matrix-construct/construct
synced 2025-01-14 00:34:18 +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
|
show_message(); do
|
||||||
{
|
{
|
||||||
|
ctx::interruption_point();
|
||||||
wait_input();
|
wait_input();
|
||||||
}
|
}
|
||||||
while(handle_line());
|
while(handle_line());
|
||||||
|
|
Loading…
Reference in a new issue