ncurses_keyok

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Enable or disable a keycode int ncurses_keyok ( int $keycode, bool $enable ) Parameters: keycode enable This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice i

ncurses_instr

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Reads string from terminal screen int ncurses_instr ( string &$buffer ) Reads a string from the terminal screen and returns the number of characters read from the current character position until end of line. Parameters: buffer The characters. Attributes will be stripped. Returns:

ncurses_insdelln

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Insert lines before current line scrolling down (negative numbers delete and scroll up) int ncurses_insdelln ( int $count ) Parameters: count This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without noti

ncurses_insch

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Insert character moving rest of line including character at current position int ncurses_insch ( int $character ) Parameters: character This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in

ncurses_insstr

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Insert string at current position, moving rest of line right int ncurses_insstr ( string $text ) Parameters: text This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PH

ncurses_isendwin

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Ncurses is in endwin mode, normal screen output may be performed bool ncurses_isendwin ( void ) Checks if ncurses is in endwin mode. Returns: Returns TRUE, if ncurses_end() has been called without any subsequent calls to ncurses_wrefresh(), FALSE otherwise. This function is EXPERIMENTAL. The behavi

ncurses_init

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Initialize ncurses void ncurses_init ( void ) Initializes the ncurses interface. This function must be used before any other ncurses function call. Note that ncurses_end() must be called before exiting from the program, or the terminal will not be restored to its proper non-visual mode. Returns: No value is returned.

ncurses_has_key

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Check for presence of a function key on terminal keyboard int ncurses_has_key ( int $keycode ) Parameters: keycode 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_hide_panel

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Remove panel from the stack, making it invisible int ncurses_hide_panel ( resource $panel ) Parameters: panel This function is currently not documented; only its argument list is available.

ncurses_init_color

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Define a terminal color int ncurses_init_color ( int $color, int $r, int $g, int $b ) Defines or redefines the given color. When this function is called, all occurrences of the given color on the screen, if any, immediately change to the new definition. Color capabilities must be supported by the terminal and initialized using ncurses_start_color() prior to ca