Commit before changing TerminalCommand to produce [TerminalLine]
This commit is contained in:
@@ -7,5 +7,5 @@ import Data.Maybe
|
||||
hasTerminalFocus :: World -> Bool
|
||||
hasTerminalFocus w = fromMaybe False $ do
|
||||
tmid <- w ^? hud . hudElement . subInventory . termID
|
||||
w ^? terminals . ix tmid . tmInput . _Just . tiFocus
|
||||
w ^? terminals . ix tmid . tmInput . tiFocus
|
||||
|
||||
|
||||
Reference in New Issue
Block a user