mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
...
This commit is contained in:
parent
68d1a336fe
commit
bc66878821
1 changed files with 2 additions and 2 deletions
|
|
@ -245,9 +245,9 @@ class NeighborsMap(TypedDict, total=False):
|
|||
|
||||
class WindowResizeDragData(NamedTuple):
|
||||
horizontal_id: int | None = None
|
||||
height_increases_downwards: bool = True
|
||||
vertical_id: int | None = None
|
||||
width_increases_rightwards: bool = True
|
||||
vertical_id: int | None = None
|
||||
height_increases_downwards: bool = True
|
||||
|
||||
|
||||
class WindowResizeDrag(NamedTuple):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue