ncurses_show_panel

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Places an invisible panel on top of the stack, making it visible int ncurses_show_panel ( resource $panel ) Parameters: panel This function is currently not documented; only its argument list is available.

ncurses_slk_attr

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Returns current soft label key attribute int ncurses_slk_attr ( void ) Returns the current soft label key attribute. Returns: The attribute, as an integer. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future re

ncurses_slk_attroff

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Turn off the given attributes for soft function-key labels int ncurses_slk_attroff ( int $intarg ) Parameters: intarg This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of

ncurses_slk_attron

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Turn on the given attributes for soft function-key labels int ncurses_slk_attron ( int $intarg ) Parameters: intarg This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of P

ncurses_slk_attrset

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Set given attributes for soft function-key labels int ncurses_slk_attrset ( int $intarg ) Parameters: intarg This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. Thi

ncurses_slk_clear

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Clears soft labels from screen bool ncurses_slk_clear ( void ) The function ncurses_slk_clear() clears soft label keys from screen. Returns: Returns TRUE on errors, FALSE otherwise. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change wit

ncurses_slk_color

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Sets color for soft label keys int ncurses_slk_color ( int $intarg ) Parameters: intarg 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

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

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