0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-25 05:18:23 +02:00

construct: Add interruption point before waiting for input.

This commit is contained in:
Jason Volk 2018-12-17 12:16:26 -08:00
parent 2c713cc9a5
commit 4c6f90f9e5

View file

@ -163,6 +163,7 @@ try
show_message(); do show_message(); do
{ {
ctx::interruption_point();
wait_input(); wait_input();
} }
while(handle_line()); while(handle_line());