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

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Inherit screen from file dump int ncurses_scr_set ( string $filename ) Parameters: filename 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 shoul

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

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Switch terminal into raw mode bool ncurses_raw ( void ) 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