mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
fix comment
This commit is contained in:
parent
6a2ee9253b
commit
b99a5bd7da
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue