Home
last modified time | relevance | path

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

/dports/devel/notcurses/notcurses-3.0.1/python/notcurses/
H A D__init__.py25 ncchannels_combine, ncchannels_fchannel, ncchannels_fg_alpha,
H A Dchannels.c263 …return Py_BuildValue("K", (unsigned long long)ncchannels_combine((uint32_t)fchan, (uint32_t)bchan)… in python_ncchannels_combine()
H A Dnotcurses.py166 def ncchannels_combine(fchan: int, bchan: int, /) ->int: function
/dports/devel/notcurses/notcurses-3.0.1/doc/man/man3/
H A Dnotcurses_channels.3.md90 **uint64_t ncchannels_combine(uint32_t ***fchan***, uint32_t ***bchan***);**
100 **ncchannels_combine** creates a new channel pair using ***fchan*** as the
/dports/devel/notcurses/notcurses-3.0.1/src/lib/
H A Dfill.c336 dst->channels = ncchannels_combine(tchan, bchan); in rotate_output()
/dports/devel/notcurses/notcurses-3.0.1/include/notcurses/
H A Dnotcurses.h387 ncchannels_combine(uint32_t fchan, uint32_t bchan){ in ncchannels_combine() function