TypeCheck underline style names

This commit is contained in:
Kovid Goyal
2022-01-22 12:41:26 +05:30
parent d4e7587686
commit 08f159c2ba
3 changed files with 7 additions and 5 deletions

View File

@@ -33,6 +33,7 @@ from .utils import ScreenSize as ScreenSize
from .window import Window as WindowType
EdgeLiteral = Literal['left', 'top', 'right', 'bottom']
UnderlineLiteral = Literal['straight', 'double', 'curly', 'dotted', 'dashed']
MatchType = Literal['mime', 'ext', 'protocol', 'file', 'path', 'url', 'fragment_matches']
PowerlineStyle = Literal['angled', 'slanted', 'round']
GRT_a = Literal['t', 'T', 'q', 'p', 'd', 'f', 'a', 'c', 'q']