disable output

This commit is contained in:
spaced4ndy
2025-09-05 15:09:21 +04:00
parent 42500a248e
commit a307d3bc73
+2 -2
View File
@@ -434,8 +434,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