Example #1
0
 public int move(int line, int col)
 {
     return(Curses.wmove(Handle, line, col));
 }