Start work simplifying terminals, aim towards respawn terminals
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user