Skip to content

Commit

Permalink
chore: remove terminal highlightborder in linux
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlin7 committed Feb 6, 2024
1 parent db1690b commit ad95ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biscuit/core/components/views/panel/terminal/text.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def __init__(self, master=None, proxy_enabled: bool=True, **kw) -> None:
self.mark_gravity('input', 'left')

self.proxy_enabled = proxy_enabled
self.config(**self.base.theme.views.panel.terminal.content)
self.config(**self.base.theme.views.panel.terminal.content, highlightthickness=0)

self._history = []
self._history_level = 0
Expand Down

0 comments on commit ad95ff9

Please sign in to comment.