mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 09:15:57 +02:00
fix comment
This commit is contained in:
@@ -419,8 +419,6 @@ class Tab: # {{{
|
||||
if tm is not None:
|
||||
ly = self.current_layout
|
||||
opts = get_options()
|
||||
# Draw borders if: normal conditions OR new option enabled
|
||||
# The new option makes kitty behave like draw_minimal_borders is true
|
||||
draw_borders = (
|
||||
(ly.needs_window_borders and self.windows.num_visble_groups > 1) or ly.must_draw_borders
|
||||
or opts.draw_window_borders_for_single_window
|
||||
|
||||
Reference in New Issue
Block a user