Query: ncurses_noraw
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
NCURSES_NORAW(3) 1 NCURSES_NORAW(3) ncurses_noraw - Switch terminal out of raw modeSYNOPSISbool ncurses_noraw (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. Switches the terminal out of raw mode. Raw mode is similar to cbreak mode, in that characters typed are immediately passed through to the user program. The difference is that in raw mode, the interrupt, quit, suspend and flow control characters are all passed through uninter- preted, instead of generating a signal.RETURN VALUESReturns TRUE if any error occurred, otherwise FALSE.SEE ALSOncurses_raw(3), ncurses_cbreak(3), ncurses_nocbreak(3). PHP Documentation Group NCURSES_NORAW(3)
Related Man Pages |
---|
cbreak(3curses) - sunos |
curs_inopts(3curses) - sunos |
echo(3curses) - sunos |
nocbreak(3curses) - sunos |
qiflush(3curses) - sunos |