Function libnotcurses_sys::notcurses_supported_styles[][src]

pub unsafe extern "C" fn notcurses_supported_styles(
    nc: *const notcurses
) -> c_uint
Expand description

Returns a 16-bit bitmask of supported curses-style attributes (NCSTYLE_UNDERLINE, NCSTYLE_BOLD, etc.) The attribute is only indicated as supported if the terminal can support it together with color. For more information, see the “ncv” capability in terminfo(5).