public void ChangeAttr(int y, int x, int n, uint attr, short color) { CursesMethods.mvwchgat(this.winptr, y, x, n, attr, color); }