window.addstr(str[, attr])
window.addstr(y, x, str[, attr])
Paint the string str at (y, x)
with attributes attr, overwriting anything previously on the display.
window.addstr(str[, attr])
window.addstr(y, x, str[, attr])
Paint the string str at (y, x)
with attributes attr, overwriting anything previously on the display.
Please login to continue.