Fix terminal mouse over positioning

This commit is contained in:
2025-12-24 20:10:03 +00:00
parent 3cdab08184
commit de6bbe7697
5 changed files with 132 additions and 120 deletions
+1 -1
View File
@@ -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