Merge branch 'omit-final-tab-separator' of https://github.com/trygveaa/kitty

This commit is contained in:
Kovid Goyal 2020-05-01 14:05:26 +05:30
commit 4754f42e51
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -84,7 +84,7 @@ def draw_tab_with_separator(draw_data: DrawData, screen: Screen, tab: TabBarData
screen.cursor.fg = 0
if not is_last:
screen.cursor.bg = as_rgb(color_as_int(draw_data.inactive_bg))
screen.draw(draw_data.sep)
screen.draw(draw_data.sep)
screen.cursor.bg = 0
return end