]> git.sur5r.net Git - tio/blobdiff - src/main.c
Update upstream source from tag 'upstream/2.0'
[tio] / src / main.c
index 7f31645ddb229bd48577ce5cc6e8127fc13b1bb4..02f8a47f9ebb399cc6a32010f9876c0b23978201 100644 (file)
@@ -63,6 +63,12 @@ int main(int argc, char *argv[])
     {
         // Enter non interactive mode
         interactive_mode = false;
+
+        // Mute tio text in response mode
+        if (option.response_wait)
+        {
+            option.mute = true;
+        }
     }
 
     /* Configure output terminal */