Start work simplifying terminals, aim towards respawn terminals

This commit is contained in:
2025-08-14 19:26:52 +01:00
parent 04c60151e1
commit 198b7acc78
6 changed files with 13 additions and 16 deletions
+1 -1
View File
@@ -284,7 +284,7 @@ terminalReturnEffect tmid w = fromMaybe w $ do
w
& cWorld . lWorld . terminals . ix tmid . tmPartialCommand .~ Nothing
& cWorld . lWorld . terminals . ix tmid . tmFutureLines
.~ [makeTermLine (pc ++ getPromptTM (tm ^. tmType) ++ s)]
.~ [makeTermLine (pc ++ getPromptTM ++ s)]
runTerminalString :: String -> Terminal -> World -> World
runTerminalString s tm w =