curses.bkgset -> bkgdset (#4191)

This commit is contained in:
Vegard Stikbakke
2020-06-06 17:45:37 +02:00
committed by GitHub
parent 415da3ddd4
commit 34b9cfcdcf

View File

@@ -316,7 +316,7 @@ class _CursesWindow:
def attron(self, attr: int) -> None: ...
def attrset(self, attr: int) -> None: ...
def bkgd(self, ch: _chtype, attr: int = ...) -> None: ...
def bkgset(self, ch: _chtype, attr: int = ...) -> None: ...
def bkgdset(self, ch: _chtype, attr: int = ...) -> None: ...
def border(self, ls: _chtype = ..., rs: _chtype = ..., ts: _chtype = ..., bs: _chtype = ..., tl: _chtype = ..., tr: _chtype = ..., bl: _chtype = ..., br: _chtype = ...) -> None: ...
@overload
def box(self) -> None: ...