mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-07-11 10:13:27 +00:00
Fix #8915
This commit is contained in:
parent
d7c2cdccb1
commit
4c0752fd07
1 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ ScreenSize = KittensKeyActionType = MouseEvent = MouseButton = AbstractEventLoop
|
|||
TermManagerType = LoopType = Debug = GraphicsCommandType = object
|
||||
ReadableBuffer = WriteableBuffer = bytearray
|
||||
|
||||
CompletedProcess = object
|
||||
CompletedProcess = tuple
|
||||
TypedDict = dict
|
||||
EdgeLiteral = str
|
||||
UnderlineLiteral = str
|
||||
|
|
@ -21,5 +21,5 @@ PowerlineStyle = str
|
|||
MatchType = str
|
||||
Protocol = object
|
||||
OptionsProtocol = object
|
||||
NotRequired = object
|
||||
NotRequired = tuple
|
||||
CoreTextFont = FontConfigPattern = dict
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue