Skip to content

Commit 05bf69b

Browse files
committed
fix: skip input loop on getchar timeout
1 parent c76e457 commit 05bf69b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ int main(void) {
237237
if (edgecount != last_edgecount) {
238238
StoreEdgeCount(last_edgecount = edgecount);
239239
}
240+
continue;
240241
}
241242

242243
// If it's a return character, handle the message. If not, add it to the

0 commit comments

Comments
 (0)