nctree: add nctreecb to options #1164

This commit is contained in:
nick black 2021-02-11 21:10:13 -05:00 committed by Nick Black
parent 7e56c8e1c2
commit e88875c4a7

View File

@ -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;