Exemple #1
0
 /// <summary>
 /// Encodes a specified color pair into a text attribute.
 /// </summary>
 /// <param name="n">Color pair number</param>
 /// <returns>Text attribute (ch)</returns>
 public static uint COLOR_PAIR(int n)
 {
     return(CursesMethods.COLOR_PAIR(n));
 }