ncurses_ungetmouse

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Pushes mouse event to queue bool ncurses_ungetmouse ( array $mevent ) Pushes a KEY_MOUSE event onto the input queue and associates with this event the given state data and screen-relative character cell coordinates, specified in mevent. Parameters: mevent An associative array specifying the event options: "

ncurses_update_panels

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Refreshes the virtual screen to reflect the relations between panels in the stack void ncurses_update_panels ( void ) This function is currently not documented; only its argument list is available.

ncurses_use_env

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Control use of environment information about terminal size void ncurses_use_env ( bool $flag ) Parameters: flag This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP

ncurses_vidattr

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Display the string on the terminal in the video attribute mode int ncurses_vidattr ( int $intarg ) Parameters: intarg This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of

ncurses_ungetch

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Put a character back into the input stream int ncurses_ungetch ( 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 PHP. This functi

ncurses_waddch

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Adds character at current position in a window and advance cursor int ncurses_waddch ( resource $window, int $ch ) Parameters: window ch This function is currently not documented; only its argument list is available.

ncurses_top_panel

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Moves a visible panel to the top of the stack int ncurses_top_panel ( resource $panel ) Parameters: panel This function is currently not documented; only its argument list is available.

ncurses_standend

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Stop using 'standout' attribute int ncurses_standend ( void ) 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 used at your own risk. This function is current

ncurses_slk_set

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Sets function key labels bool ncurses_slk_set ( int $labelnr, string $label, int $format ) Parameters: labelnr label format This function is currently not documented; only its argument list is availabl

ncurses_slk_touch

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Forces output when ncurses_slk_noutrefresh is performed int ncurses_slk_touch ( void ) Forces all the soft labels to be output the next time a ncurses_slk_noutrefresh() is performed. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a