Ejemplo n.º 1
0
        public Window DerWin(int nlines, int ncols, int begy, int begx)
        {
            IntPtr newptr = CursesMethods.derwin(this.Handle, nlines, ncols, begy, begx);

            return(new Window(newptr, true));
        }