ncurses_clrtoeol

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Clear screen from current position to end of line bool ncurses_clrtoeol ( void ) Erases the current line from cursor position to the end. Blanks created by ncurses_clrtoeol() have the current background rendition. Returns: Returns TRUE on success or FALSE on failure. This function is EXPERIMENTAL.

ncurses_clrtobot

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Clear screen from current position to bottom bool ncurses_clrtobot ( void ) Erases all lines from cursor to end of screen and creates blanks. Blanks created by ncurses_clrtobot() have the current background rendition. Returns: Returns TRUE on success or FALSE on failure. This function is EXPERIMEN

ncurses_clear

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Clear screen bool ncurses_clear ( void ) Clears the screen completely without setting blanks. Note: ncurses_clear() clears the screen without setting blanks, which have the current background rendition. To clear screen with blanks, use ncurses_erase(). Returns: Returns TRUE on success or FALSE on failure.

ncurses_cbreak

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Switch off input buffering bool ncurses_cbreak ( void ) Disables line buffering and character processing (interrupt and flow control characters are unaffected), making characters typed by the user immediately available to the program. Returns: Returns TRUE or NCURSES_ERR if any error occurred. This

ncurses_can_change_color

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Checks if terminal color definitions can be changed bool ncurses_can_change_color ( void ) Checks whether the terminal has color capabilities and whether the programmer can change color definitions using ncurses_init_color(). ncurses must be initialized using ncurses_init() before calling this function. Returns: Return TRUE if the pro

ncurses_bottom_panel

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

ncurses_border

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Draw a border around the screen using attributed characters int ncurses_border ( int $left, int $right, int $top, int $bottom, int $tl_corner, int $tr_corner, int $bl_corner, int $br_corner ) Draws the specified lines and corners around the main window. Use ncurses_wborder() for borders around subwindows! Parameters: le

ncurses_bkgdset

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Control screen background void ncurses_bkgdset ( int $attrchar ) Parameters: attrchar 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_bkgd

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Set background property for terminal screen int ncurses_bkgd ( int $attrchar ) Parameters: attrchar 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_beep

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Let the terminal beep int ncurses_beep ( void ) ncurses_beep() sends an audible alert (bell) and if its not possible flashes the screen. 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 b