Home
last modified time | relevance | path

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

/dports/devel/newt/newt-0.52.21/
H A Dnewt.h34 #define NEWT_COLORSET_CUSTOM(x) (30 + (x)) macro
H A Dnewt.c534 (colorset > NEWT_COLORSET_SELLISTBOX && colorset < NEWT_COLORSET_CUSTOM(0)) || in newtSetColor()