Some new commands and improvements

This commit is contained in:
ceriel
1990-09-20 17:51:14 +00:00
parent b68cb52de6
commit 76f1cf30ee
17 changed files with 298 additions and 41 deletions

View File

@@ -349,7 +349,10 @@ could_send(m, stop_message)
}
single_stepping = 0;
}
if (stop_message) stopped("stopped", a);
if (stop_message) {
stopped("stopped", a);
handle_displays();
}
return 1;
}
return 0;