mirror of
https://github.com/kovidgoyal/kitty.git
synced 2025-12-13 20:36:22 +01:00
Fix #8915
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user