Beispiel #1
0
 public void Insert(int y, int x, uint ch)
 {
     CursesMethods.mvwinsch(this.winptr, y, x, ch);
 }