diff --git a/stdlib/_curses.pyi b/stdlib/_curses.pyi index 96a391b75..e4fc2a8f6 100644 --- a/stdlib/_curses.pyi +++ b/stdlib/_curses.pyi @@ -490,8 +490,11 @@ class _CursesWindow: def mvwin(self, new_y: int, new_x: int) -> None: ... def nodelay(self, yes: bool) -> None: ... def notimeout(self, yes: bool) -> None: ... + @overload def noutrefresh(self) -> None: ... @overload + def noutrefresh(self, pminrow: int, pmincol: int, sminrow: int, smincol: int, smaxrow: int, smaxcol: int) -> None: ... + @overload def overlay(self, destwin: _CursesWindow) -> None: ... @overload def overlay(