Ejemplo n.º 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
Ejemplo n.º 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