Commit before changing TerminalCommand to produce [TerminalLine]
This commit is contained in:
+1
-1
@@ -116,7 +116,7 @@ tmUpdate tm w = case w ^? terminals . ix (_tmID tm) . tmFutureLines . ix 0 of
|
||||
Just (TerminalLineInput _) -> w
|
||||
& pointTermParams %~
|
||||
( ( tmFutureLines %~ tail )
|
||||
. ( tmInput ?~ TerminalInput T.empty True (0,0)) )
|
||||
. ( tmInput .~ TerminalInput T.empty True (0,0)) )
|
||||
where
|
||||
pointTermParams = terminals . ix (_tmID tm)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user