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