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