Skip to content

regarding notcurses_refresh y & x parameters #1769

Answered by dankamongmen
joseluis asked this question in Q&A
Discussion options

You must be logged in to vote

If non-NULL, the (possibly updated) screen geometry is returned in these parameters. I've updated the inline documentation and USAGE.md to include this detail.

// Refresh the physical screen to match what was last rendered (i.e., without                              
// reflecting any changes since the last call to notcurses_render()). This is                              
// primarily useful if the screen is externally corrupted, or if an                                        
// NCKEY_RESIZE event has been read and you're not yet ready to render. The                                
// current screen geometry is returned in 'y' and 'x', if they are not NULL.                               

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by joseluis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants