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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.