Add fix bug in terminal destruction effects
This commit is contained in:
@@ -258,7 +258,10 @@ defaultTerminal = Terminal
|
||||
, _tmWriteCommands = []
|
||||
, _tmDeathEffect = const id
|
||||
, _tmStatus = Disconnected
|
||||
, _tmCommandHistory = []
|
||||
, _tmToggles = M.empty
|
||||
}
|
||||
defaultTerminalInput :: TerminalInput
|
||||
defaultTerminalInput = TerminalInput
|
||||
{ _tiText = T.pack ""
|
||||
, _tiFocus = True
|
||||
|
||||
Reference in New Issue
Block a user