Query: ncurses_cbreak
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
NCURSES_CBREAK(3) 1 NCURSES_CBREAK(3) ncurses_cbreak - Switch off input bufferingSYNOPSISbool ncurses_cbreak (void )DESCRIPTIONWarning This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk. Disables line buffering and character processing (interrupt and flow control characters are unaffected), making characters typed by the user immediately available to the program.RETURN VALUESReturns TRUE or NCURSES_ERR if any error occurred.SEE ALSOncurses_nocbreak(3). PHP Documentation Group NCURSES_CBREAK(3)