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