예제 #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