Remove explicit external terminal color record

This commit is contained in:
2025-12-07 14:24:11 +00:00
parent 1d53ff4277
commit 6e5d2f147a
16 changed files with 117 additions and 132 deletions
+1 -3
View File
@@ -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