Esempio n. 1
0
 public static void GetPair(short index, out ushort foreground, out ushort background)
 {
     Curses.pair_content(index, out foreground, out background);
 }