fix relative paths, refactor

This commit is contained in:
spaced4ndy
2024-04-04 20:21:21 +04:00
parent a0b566e7c3
commit 2e5bbf0ded
3 changed files with 25 additions and 37 deletions
+2 -2
View File
@@ -346,8 +346,8 @@ getTermLine cc =
5000000 `timeout` atomically (readTQueue $ termQ cc) >>= \case
Just s -> do
-- remove condition to always echo virtual terminal
when True $ do
-- when (printOutput cc) $ do
-- when True $ do
when (printOutput cc) $ do
name <- userName cc
putStrLn $ name <> ": " <> s
pure s