コード例 #1
0
ファイル: handles.cs プロジェクト: WildGenie/mono-curses
 public int move(int line, int col)
 {
     return(Curses.wmove(Handle, line, col));
 }