Fix terminal mouse over positioning
This commit is contained in:
@@ -364,7 +364,7 @@ drawTerminalDisplay w cfig tid = fold $ do
|
||||
TerminalTextInput s -> (++ [(getPromptTM ++ s ++ [cFilledRect], white)])
|
||||
TerminalPressTo s -> (++ [(s, white)])
|
||||
return $
|
||||
drawSelectionList (secondColumnLDP & ldpBorder ?~ (49, 16)) cfig f
|
||||
drawSelectionList terminalLDP cfig f
|
||||
<> drawTerminalCursorLink w cfig tm
|
||||
where
|
||||
-- <> tm ^. tmButtonID
|
||||
|
||||
Reference in New Issue
Block a user