ncurses_mouse_trafo

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Transforms coordinates bool ncurses_mouse_trafo ( int &$y, int &$x, bool $toscreen ) Parameters: y x toscreen This function is currently not documented; only its argument list is available.

ncurses_meta

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Enables/Disable 8-bit meta key information int ncurses_meta ( resource $window, bool $8bit ) Parameters: window 8bit This function is currently not documented; only its argument list is available.

ncurses_mousemask

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Sets mouse options int ncurses_mousemask ( int $newmask, int &$oldmask ) Sets mouse events to be reported. By default no mouse events will be reported. Mouse events are represented by NCURSES_KEY_MOUSE in the ncurses_wgetch() input stream. To read the event data and pop the event of queue, call ncurses_getmouse(). Parameters:

ncurses_move

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Move output position int ncurses_move ( 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 a future release of PHP. This

ncurses_longname

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Returns terminals description string ncurses_longname ( void ) Returns a verbose description of the terminal. Returns: Returns the description, as a string truncated to 128 characters. On errors, returns NULL. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding

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

ncurses_keypad

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Turns keypad on or off int ncurses_keypad ( resource $window, bool $bf ) Parameters: window bf This function is currently not documented; only its argument list is available.

ncurses_mvaddch

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

ncurses_insertln

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Insert a line, move rest of screen down int ncurses_insertln ( void ) Inserts a new line above the current line. The bottom line will be lost. 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 sh

ncurses_init_pair

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Define a color pair int ncurses_init_pair ( int $pair, int $fg, int $bg ) Defines or redefines the given color pair to have the given foreground and background colors. If the color pair was previously initialized, the screen is refreshed and all occurrences of it are changed to reflect the new definition. Color capabilities must be initialized using ncurses_st