Skip to content

Commit

Permalink
nctree: add nctreecb to options #1164
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Feb 12, 2021
1 parent 83e93ed commit fb66026
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/notcurses/notcurses.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit fb66026

Please sign in to comment.