Make displayed terminal text screen dragable
This commit is contained in:
@@ -373,11 +373,9 @@ drawTerminalDisplay w cfig tid = fold $ do
|
||||
TerminalTextInput s -> (++ [(getPromptTM ++ s ++ [cFilledRect], white)])
|
||||
TerminalPressTo s -> (++ [(s, white)])
|
||||
return $
|
||||
drawSelectionList terminalLDP cfig f
|
||||
drawSelectionList (w ^. tmLDP) cfig f
|
||||
<> drawTerminalCursorLink w cfig tm
|
||||
where
|
||||
-- <> tm ^. tmButtonID
|
||||
|
||||
-- <> invHead cfig ("TERMINAL-" ++ show tid)
|
||||
-- <> color
|
||||
-- (withAlpha 0.5 green) -- consider integrating termScreenColor somehow
|
||||
|
||||
Reference in New Issue
Block a user