Ejemplo n.º 1
0
 public void HLine(int y, int x, uint ch, int n)
 {
     CursesMethods.mvwhline(this.winptr, y, x, ch, n);
 }