You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am a novice developer working on my first project using your Notcurses library. I noticed that detailed performance logs are output every time I run the project, such as:
I would like to ask if there is a way to disable or turn off these performance report logs? I have not found any relevant configuration in the project documentation or README.
I also have a small question about cursor blinking. In my input box component implementation, I created a dedicated plane for cursor blinking, but each blink triggers a full render using notcurses_render(nc), resulting in excessive rendering operations and performance overhead.
How can I implement an efficient cursor blinking mechanism in Notcurses?
Thank you very much for your help!
The text was updated successfully, but these errors were encountered:
Hello,
I am a novice developer working on my first project using your Notcurses library. I noticed that detailed performance logs are output every time I run the project, such as:
I would like to ask if there is a way to disable or turn off these performance report logs? I have not found any relevant configuration in the project documentation or README.
I also have a small question about cursor blinking. In my input box component implementation, I created a dedicated plane for cursor blinking, but each blink triggers a full render using notcurses_render(nc), resulting in excessive rendering operations and performance overhead.
How can I implement an efficient cursor blinking mechanism in Notcurses?
Thank you very much for your help!
The text was updated successfully, but these errors were encountered: