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_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_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_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_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_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_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_termname

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Returns terminals (short)-name string ncurses_termname ( void ) Returns terminals shortname. Returns: Returns the shortname of the terminal, truncated to 14 characters. On errors, returns NULL. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation ma

ncurses_timeout

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Set timeout for special key sequences void ncurses_timeout ( int $millisec ) Parameters: millisec 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 functio

ncurses_top_panel

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Moves a visible panel to the top of the stack int ncurses_top_panel ( resource $panel ) Parameters: panel This function is currently not documented; only its argument list is available.