ncurses_termattrs

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Returns a logical OR of all attribute flags supported by terminal bool ncurses_termattrs ( void ) 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.

ncurses_start_color

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Initializes color functionality int ncurses_start_color ( void ) Initializes color functionality in ncurses. This function must be called before any color manipulation functions are called and after ncurses_init() is called. It is good practice to call this function right after ncurses_init(). Returns: Returns 0 on success, or -1 if t

ncurses_standout

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Start using 'standout' attribute int ncurses_standout ( void ) 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. This function is curren

ncurses_standend

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Stop using 'standout' attribute int ncurses_standend ( void ) 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. This function is current

ncurses_slk_touch

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Forces output when ncurses_slk_noutrefresh is performed int ncurses_slk_touch ( void ) Forces all the soft labels to be output the next time a ncurses_slk_noutrefresh() is performed. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a

ncurses_slk_set

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Sets function key labels bool ncurses_slk_set ( int $labelnr, string $label, int $format ) Parameters: labelnr label format This function is currently not documented; only its argument list is availabl

ncurses_slk_restore

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Restores soft label keys int ncurses_slk_restore ( void ) Restores the soft label keys after ncurses_slk_clear() has been performed. 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 use

ncurses_slk_refresh

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Copies soft label keys to screen int ncurses_slk_refresh ( void ) Copies soft label keys from virtual screen to physical screen. 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

ncurses_slk_noutrefresh

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Copies soft label keys to virtual screen bool ncurses_slk_noutrefresh ( void ) 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. This fun

ncurses_slk_init

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Initializes soft label key functions bool ncurses_slk_init ( int $format ) Initializes soft label key functions This function must be called before ncurses_init() or ncurses_newwin() is called. Parameters: format If ncurses_init() eventually uses a line from stdscr to emulate the soft labels, then this para