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