Allow for ingame terminal input

This commit is contained in:
2022-06-01 15:42:30 +01:00
parent 2cedc1b968
commit 61722e55e8
6 changed files with 45 additions and 36 deletions
+1 -1
View File
@@ -388,7 +388,7 @@ data TerminalParams = NoTerminalParams | TerminalParams
, _termTitle :: String
, _termSel :: Maybe Int
, _termOptions :: [(String, World -> World)]
, _termInput :: Maybe (String, String -> World -> World)
, _termInput :: Maybe (T.Text, String -> World -> World)
}
data TerminalLine
= TerminalLineDisplay