Allow for more changable terminal screen colors

This commit is contained in:
2024-11-17 10:18:04 +00:00
parent a0431ff9a3
commit e7ea5d7fa9
11 changed files with 232 additions and 207 deletions
+2 -1
View File
@@ -19,7 +19,8 @@ data PressType
data MouseContext
= NoMouseContext
| MouseAiming
| MouseClick
| MouseInGame
| MouseMenuClick
| OverInvSelect { _mcoInvSelect :: (Int,Int)}
| OverInvFilt { _mcoInvFilt :: (Int,Int)}
| OverCombSelect { _mcoCombSelect :: (Int,Int)}
-1
View File
@@ -35,7 +35,6 @@ data Terminal = Terminal
, _tmMachineID :: Int
, _tmName :: String
, _tmExternalColor :: Color
, _tmScreenColor :: Color
, _tmDisplayedLines :: [(String, Color)]
, _tmFutureLines :: [TerminalLine]
, _tmTitle :: String