ncurses_inch

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Get character and attribute at current position string ncurses_inch ( void ) Returns the character from the current position. Returns: Returns the character, as a string. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notic

ncurses_hline

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Draw a horizontal line at current position using an attributed character and max. n characters long int ncurses_hline ( int $charattr, int $n ) Parameters: charattr n This function is EXPERIMENTAL. The behaviour of this function, its

ncurses_has_ic

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Check for insert- and delete-capabilities bool ncurses_has_ic ( void ) Checks whether the terminal has insert and delete capabilities. Returns: Returns TRUE if the terminal has insert/delete-capabilities, FALSE otherwise. This function is EXPERIMENTAL. The behaviour of this function, its name, and

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_halfdelay

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Put terminal into halfdelay mode int ncurses_halfdelay ( int $tenth ) Parameters: tenth 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

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

ncurses_getyx

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Returns the current cursor position for a window void ncurses_getyx ( resource $window, int &$y, int &$x ) Parameters: window y x This function is currently not documented; only its argument l