Home
last modified time | relevance | path

Searched refs:get_color_pair (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYCurses.c64 #define COLOR_BKGD ((COLOR_PAIRS >= 9) ? (chtype) get_color_pair(9) : A_NORMAL)
642 static int get_color_pair(int n) in get_color_pair() function
695 result |= get_color_pair(code + offs); in encode_color_attr()
846 ? (chtype) get_color_pair(a + 1) in lynx_set_color()