[kitty] update tab_title.patch

This commit is contained in:
Dmytro Meleshko 2019-11-30 12:10:20 +02:00
parent 2b797d1541
commit 362e169cca
1 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
--- kitty/tab_bar.py 2019-06-09 11:10:02.000000000 +0300
+++ kitty/tab_bar.py 2019-06-09 17:50:11.605996845 +0300
--- kitty/tab_bar.py.orig 2019-11-27 06:25:00.000000000 +0200
+++ kitty/tab_bar.py 2019-11-30 12:07:00.559881682 +0200
@@ -25,7 +25,7 @@
return (x << 8) | 2
@ -20,7 +20,7 @@
+ return extra
def draw_tab_with_separator(draw_data, screen, tab, before, max_title_length, index):
def draw_tab_with_separator(draw_data, screen, tab, before, max_title_length, index, is_last):
if draw_data.leading_spaces:
screen.draw(' ' * draw_data.leading_spaces)
- draw_title(draw_data, screen, tab, index)