ncurses_mvinch

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Move position and get attributed character at new position int ncurses_mvinch ( int $y, int $x ) Parameters: y x This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without

ncurses_mvaddchstr

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Move position and add attributed string int ncurses_mvaddchstr ( int $y, int $x, string $s ) Parameters: y x s This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding

ncurses_mvaddnstr

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Move position and add string with specified length int ncurses_mvaddnstr ( int $y, int $x, string $s, int $n ) Parameters: y x s n This function is EXPERIMENTAL. The

ncurses_mvcur

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Move cursor immediately int ncurses_mvcur ( int $old_y, int $old_x, int $new_y, int $new_x ) Parameters: old_y old_x new_y new_x This function is EXPERIMENTAL. The be

ncurses_mvdelch

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Move position and delete character, shift rest of line left int ncurses_mvdelch ( int $y, int $x ) Parameters: y x This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change witho

ncurses_mvaddstr

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Move position and add string int ncurses_mvaddstr ( int $y, int $x, string $s ) Parameters: y x s This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation

ncurses_mvgetch

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Move position and get character at new position int ncurses_mvgetch ( int $y, int $x ) Parameters: y x This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in

ncurses_mouseinterval

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Set timeout for mouse button clicks int ncurses_mouseinterval ( int $milliseconds ) Parameters: milliseconds This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. Th

ncurses_killchar

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Returns current line kill character string ncurses_killchar ( void ) Returns the current line kill character. Returns: Returns the kill character, as a string. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a futu

ncurses_mvaddchnstr

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Move position and add attributed string with specified length int ncurses_mvaddchnstr ( int $y, int $x, string $s, int $n ) Parameters: y x s n This function is EXPER