diff --git a/source/poet.cpp b/source/poet.cpp index 51c2e30..6e78c4c 100644 --- a/source/poet.cpp +++ b/source/poet.cpp @@ -117,6 +117,7 @@ int main(int argc, char *argv[]) putchar(c); } printf("\n"); + command = Command::Forward; } if (command == Command::Forward)