Home
last modified time | relevance | path

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

/dports/devel/notcurses/notcurses-3.0.1/doc/man/man3/
H A Dnotcurses_capabilities.3.md37 **bool notcurses_canbraille(const struct notcurses* ***nc***);**
99 quadrants and halfblocks, respectively. **notcurses_canbraille** returns
/dports/devel/notcurses/notcurses-3.0.1/src/demo/
H A Dkeller.c14 { NCBLIT_BRAILLE, notcurses_canbraille, }, in visualize()
/dports/devel/notcurses/notcurses-3.0.1/src/tests/
H A Dplot.cpp172 if(notcurses_canbraille(nc_)){
/dports/devel/notcurses/notcurses-3.0.1/python/notcurses/
H A Dcontext.c388 return PyBool_FromLong((long)notcurses_canbraille(self->notcurses_ptr)); in Notcurses_canbraille()
/dports/devel/notcurses/notcurses-3.0.1/src/info/
H A Dmain.c455 tinfo_debug_cap(n, "4x2", notcurses_canbraille(nc)); in tinfo_debug_styles()
/dports/devel/notcurses/notcurses-3.0.1/include/notcurses/
H A Dnotcurses.h1615 notcurses_canbraille(const struct notcurses* nc){ in notcurses_canbraille() function
/dports/devel/notcurses/notcurses-3.0.1/
H A DNEWS.md547 * Add `notcurses_canbraille()` capability predicate.
H A DUSAGE.md360 bool notcurses_canbraille(const struct notcurses* nc);