ncurses_getyx

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Returns the current cursor position for a window void ncurses_getyx ( resource $window, int &$y, int &$x ) Parameters: window y x This function is currently not documented; only its argument l

ncurses_halfdelay

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Put terminal into halfdelay mode int ncurses_halfdelay ( int $tenth ) Parameters: tenth 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_has_colors

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Checks if terminal has color capabilities bool ncurses_has_colors ( void ) Checks whether the terminal has color capabilities. This function can be used to write terminal-independent programs. ncurses must be initialized using ncurses_init() before calling this function. Returns: Return TRUE if the terminal has color capabilities, FAL

ncurses_has_ic

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Check for insert- and delete-capabilities bool ncurses_has_ic ( void ) Checks whether the terminal has insert and delete capabilities. Returns: Returns TRUE if the terminal has insert/delete-capabilities, FALSE otherwise. This function is EXPERIMENTAL. The behaviour of this function, its name, and

ncurses_has_il

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Check for line insert- and delete-capabilities bool ncurses_has_il ( void ) Checks whether the terminal has insert- and delete-line-capabilities. Returns: Returns TRUE if the terminal has insert/delete-line capabilities, FALSE otherwise. This function is EXPERIMENTAL. The behaviour of this functio

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_hline

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Draw a horizontal line at current position using an attributed character and max. n characters long int ncurses_hline ( int $charattr, int $n ) Parameters: charattr n This function is EXPERIMENTAL. The behaviour of this function, its

ncurses_inch

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Get character and attribute at current position string ncurses_inch ( void ) Returns the character from the current position. Returns: Returns the character, as a string. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notic

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