示例#1
0
 def bkgdset(self, ch, attr=None):
     if attr is None:
         attr = lib.A_NORMAL
     lib.wbkgdset(self._win, _chtype(ch) | attr)
     return None
示例#2
0
 def bkgdset(self, ch, attr=None):
     if attr is None:
         attr = lib.A_NORMAL
     lib.wbkgdset(self._win, _chtype(ch) | attr)
     return None