mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-10-31 15:20:13 +00:00
nctree: add nctreecb to options #1164
This commit is contained in:
parent
7e56c8e1c2
commit
e88875c4a7
@ -3015,6 +3015,7 @@ typedef struct nctree_options {
|
||||
uint64_t titlechannels; // title channels
|
||||
uint64_t footchannels; // secondary and footer channels
|
||||
uint64_t boxchannels; // border channels
|
||||
int (*nctreecb)(struct ncplane*, void*); // item callback function
|
||||
uint64_t flags; // bitfield of NCTREE_OPTION_*
|
||||
} nctree_options;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user