This commit is contained in:
Kovid Goyal 2025-08-19 06:31:36 +05:30
parent d7c2cdccb1
commit 4c0752fd07
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -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