mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-30 13:24:19 +00:00
...
This commit is contained in:
parent
6200084ab3
commit
d567e31d57
1 changed files with 1 additions and 1 deletions
|
|
@ -705,7 +705,7 @@ def tab_separator(x: str) -> str:
|
|||
|
||||
|
||||
def tab_bar_edge(x: str) -> int:
|
||||
return {'top': defines.TOP_EDGE, 'bottom': defines.BOTTOM_EDGE}.get(x.lower(), 3)
|
||||
return {'top': defines.TOP_EDGE, 'bottom': defines.BOTTOM_EDGE}.get(x.lower(), defines.BOTTOM_EDGE)
|
||||
|
||||
|
||||
def tab_font_style(x: str) -> tuple[bool, bool]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue