curses.window.bkgd()

window.bkgd(ch[, attr])

Set the background property of the window to the character ch, with attributes attr. The change is then applied to every character position in that window:

  • The attribute of every character in the window is changed to the new background attribute.
  • Wherever the former background character appears, it is changed to the new background character.
doc_python
2016-10-07 17:30:20
Comments
Leave a Comment

Please login to continue.