0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-23 13:23:46 +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
{
ctx::interruption_point();
wait_input();
}
while(handle_line());