ncurses_move_panel

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Moves a panel so that its upper-left corner is at [startx, starty] int ncurses_move_panel ( resource $panel, int $startx, int $starty ) Parameters: panel startx starty This function is currently not do

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