Home
last modified time | relevance | path

Searched defs:ncplot (Results 1 – 1 of 1) sorted by relevance

/dports/devel/notcurses/notcurses-3.0.1/src/lib/
H A Dplot.c9 typedef struct ncplot { struct
10 ncplane* ncp;
11 ncplane* pixelp; // only used for NCBLIT_PIXEL
15 int64_t slotx; /* x value corresponding to slots[slotstart] (newest x) */
39 } ncplot; argument