Exemplo n.º 1
0
 /// <summary>
 /// Extracts the color pair from a specified text attribute.
 /// </summary>
 /// <param name="n">Text attribute (ch)</param>
 /// <returns>Color pair number</returns>
 public static short PAIR_NUMBER(uint n)
 {
     return(CursesMethods.PAIR_NUMBER(n));
 }