Ejemplo n.º 1
0
 public uint ReadOutputChar(int y, int x)
 {
     return(CursesMethods.mvwinch(this.winptr, y, x));
 }