Query: ncurses_raw
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
NCURSES_RAW(3) 1 NCURSES_RAW(3) ncurses_raw - Switch terminal into raw modeSYNOPSISbool ncurses_raw (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. Places the terminal in 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 uninterpreted, instead of generating a signal.RETURN VALUESReturns TRUE if any error occurred, otherwise FALSE.SEE ALSOncurses_noraw(3), ncurses_cbreak(3), ncurses_nocbreak(3). PHP Documentation Group NCURSES_RAW(3)
Related Man Pages |
---|
notimeout(3curses) - sunos |
cbreak(3curses) - sunos |
curs_inopts(3curses) - sunos |
intrflush(3curses) - sunos |
nodelay(3curses) - sunos |
Similar Topics in the Unix Linux Community |
---|
Simple rules of the UNIX.COM forums: |
UNIX.COM 2017 Year End Summary |
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1) |
New Code Tags (Syntax Highlighting) |
Denial Of Service Attack Update |