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