Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   attr_get.3x    ( 3 )

подпрограммы библиотеки Curses для управления атрибутами символов и окон (curses character and window attribute control routines)

Примечание (Note)

These functions may be macros:

attroff, wattroff, attron, wattron, attrset, wattrset, standend and standout.

Color pair values can only be OR'd with attributes if the pair number is less than 256. The alternate functions such as color_set can pass a color pair value directly. However, ncurses ABI 4 and 5 simply OR this value within the alternate functions. You must use ncurses ABI 6 to support more than 256 color pairs.