mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
curses.bkgset -> bkgdset (#4191)
This commit is contained in:
@@ -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: ...
|
||||
|
||||
Reference in New Issue
Block a user