Ejemplo n.º 1
0
 def bkgd(self, ch, attr=None):
     if attr is None:
         attr = lib.A_NORMAL
     return _check_ERR(lib.wbkgd(self._win, _chtype(ch) | attr), "bkgd")
Ejemplo n.º 2
0
 def bkgd(self, ch, attr=None):
     if attr is None:
         attr = lib.A_NORMAL
     return _check_ERR(lib.wbkgd(self._win, _chtype(ch) | attr), "bkgd")