dankamongmen / notcurses

blingful character graphics/TUI library. definitely not curses.
https://nick-black.com/dankwiki/index.php/Notcurses
Other
3.43k stars 113 forks source link

How can I hide the log printing at the end of the program? #2730

Closed SiyerBOBO closed 10 months ago

SiyerBOBO commented 10 months ago

image image

As shown in the figure, I have already done this, but I still have printing and have not found a solution to the problem in the API.

dankamongmen commented 10 months ago
// Notcurses typically prints version info in notcurses_init() and performance                                                      
// info in notcurses_stop(). This inhibits that output.                                                                             
#define NCOPTION_SUPPRESS_BANNERS    0x0020ull    

using this with notcurses_init() ought eliminate the trailing banner.

SiyerBOBO commented 10 months ago

Thank you very much for your help in our project.

dankamongmen commented 10 months ago

of course! did that work for you?

dankamongmen commented 10 months ago

btw i'll get to the other issues you filed last week as soon as i can =]