Skip to content
Snippets Groups Projects
Commit 69f4a097 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Clear the aborted flag on input

This fixes the bug whereby if the user ever hit Ctrl-C or hit 'N' at
a pause prompt, they could never see another menu / display file.
parent ca1a83b7
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,7 @@ function InputFunc(values)
console.line_counter=0;
console.attributes="N";
console.aborted=false;
InputFuncMainLoop:
for(;;) {
CheckNode();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment