mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-27 03:42:49 +00:00
...
This commit is contained in:
parent
da3d4d1bef
commit
33498f9133
1 changed files with 5 additions and 1 deletions
|
|
@ -508,7 +508,11 @@ class Layout: # {{{
|
|||
return layout_dimension(start, size, cell_width, decoration_pairs, bias=bias, left_align=align_top_left)
|
||||
|
||||
def ylayout(
|
||||
self, windows: WindowList, bias: Optional[Sequence[float]] = None, start: Optional[int] = None, size: Optional[int] = None
|
||||
self,
|
||||
windows: WindowList,
|
||||
bias: Optional[Sequence[float]] = None,
|
||||
start: Optional[int] = None,
|
||||
size: Optional[int] = None
|
||||
) -> LayoutDimension:
|
||||
decoration_pairs = tuple(
|
||||
(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue