diff --git a/stdlib/_curses.pyi b/stdlib/_curses.pyi index db9b049a9392..89a85bbbeb43 100644 --- a/stdlib/_curses.pyi +++ b/stdlib/_curses.pyi @@ -291,6 +291,10 @@ def getsyx() -> Tuple[int, int]: ... def getwin(__file: BinaryIO) -> _CursesWindow: ... def halfdelay(__tenths: int) -> None: ... def has_colors() -> bool: ... + +if sys.version_info >= (3, 10): + def has_extended_color_support() -> bool: ... + def has_ic() -> bool: ... def has_il() -> bool: ... def has_key(__key: int) -> bool: ...