mute output

This commit is contained in:
spaced4ndy
2025-02-28 20:40:39 +04:00
parent 4fdc61fd59
commit b4707dce08
+2 -2
View File
@@ -408,8 +408,8 @@ getTermLine cc@TestCC {printOutput} =
5000000 `timeout` atomically (readTQueue $ termQ cc) >>= \case
Just s -> do
-- remove condition to always echo virtual terminal
when True $ do
-- when printOutput $ do
-- when True $ do
when printOutput $ do
name <- userName cc
putStrLn $ name <> ": " <> s
pure s