Skip to content

Commit

Permalink
Fixing extra spacing between tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns committed Nov 14, 2024
1 parent d6ef1c0 commit e82f6d5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/textual/drivers/linux_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,6 @@ def on_terminal_resize(signum, stack) -> None:
self.write("\x1b[?25l") # Hide cursor
self.write("\x1b[?1004h") # Enable FocusIn/FocusOut.
self.write("\x1b[>1u") # https://sw.kovidgoyal.net/kitty/keyboard-protocol/
# Disambiguate escape codes https://sw.kovidgoyal.net/kitty/keyboard-protocol/#progressive-enhancement
self.write("\x1b[=1;u")

self.flush()
self._key_thread = Thread(target=self._run_input_thread)
Expand Down
1 change: 0 additions & 1 deletion src/textual/widgets/_tabs.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ class Tab(Static):
width: auto;
height: 1;
padding: 0 1;
margin: 0 1;
text-align: center;
color: $foreground 50%;
Expand Down

0 comments on commit e82f6d5

Please sign in to comment.