Remove explicit external terminal color record
This commit is contained in:
@@ -3,9 +3,7 @@ module Dodge.Default.Terminal
|
||||
) where
|
||||
|
||||
import Dodge.Data.Terminal.Status
|
||||
import Color
|
||||
import Dodge.Data.Terminal
|
||||
--import Dodge.Data.WorldEffect
|
||||
|
||||
defaultTerminal :: Terminal
|
||||
defaultTerminal =
|
||||
@@ -21,7 +19,7 @@ defaultTerminal =
|
||||
, _tmStatus = TerminalOff
|
||||
, _tmCommandHistory = []
|
||||
, _tmToggles = mempty
|
||||
, _tmExternalColor = dark magenta
|
||||
-- , _tmExternalColor = dark magenta
|
||||
}
|
||||
|
||||
--defaultTerminalInput :: TerminalInput
|
||||
|
||||
Reference in New Issue
Block a user