ncurses_echochar

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Single character output including refresh int ncurses_echochar ( int $character ) Parameters: character 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 fu

ncurses_end

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Stop using ncurses, clean up the screen int ncurses_end ( 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 curr

ncurses_erase

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Erase terminal screen bool ncurses_erase ( void ) Fills the terminal screen with blanks. Created blanks have the current background rendition, set by ncurses_bkgd(). Returns: Returns TRUE on success or FALSE on failure. This function is EXPERIMENTAL. The behaviour of this function, its name, and

ncurses_erasechar

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

ncurses_filter

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Set LINES for iniscr() and newterm() to 1 void ncurses_filter ( 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 i

ncurses_flash

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Flash terminal screen (visual bell) bool ncurses_flash ( void ) Flashes the screen, and if its not possible, sends an audible alert (bell). Returns: Returns FALSE on success, otherwise TRUE. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may

ncurses_flushinp

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Flush keyboard input buffer bool ncurses_flushinp ( void ) Throws away any typeahead that has been typed and has not yet been read by your program. Returns: Returns FALSE on success, otherwise TRUE. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentat

ncurses_getch

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Read a character from keyboard int ncurses_getch ( 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 currently n

ncurses_getmaxyx

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Returns the size of a window void ncurses_getmaxyx ( resource $window, int &$y, int &$x ) Gets the horizontal and vertical size of the given window into the given variables. Variables must be passed as reference, so they are updated when the user changes the terminal size. Parameters: window The me

ncurses_getmouse

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Reads mouse event bool ncurses_getmouse ( array &$mevent ) ncurses_getmouse() reads mouse event out of queue. Parameters: mevent Event options will be delivered in this parameter which has to be an array, passed by reference (see example below). On success an associative array with following keys will b