ncurses_wclear

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Clears window int ncurses_wclear ( resource $window ) Parameters: window This function is currently not documented; only its argument list is available.

ncurses_werase

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Erase window contents int ncurses_werase ( resource $window ) Parameters: window This function is currently not documented; only its argument list is available.

ncurses_wborder

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Draws a border around the window using attributed characters int ncurses_wborder ( resource $window, 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 passed window. Use ncurses_border() for borders around the main window. Parameters:

ncurses_wgetch

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Reads a character from keyboard (window) int ncurses_wgetch ( resource $window ) Parameters: window This function is currently not documented; only its argument list is available.

ncurses_wattrset

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Set the attributes for a window int ncurses_wattrset ( resource $window, int $attrs ) Parameters: window attrs This function is currently not documented; only its argument list is available.

ncurses_use_default_colors

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Assign terminal default colors to color id -1 bool ncurses_use_default_colors ( 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.

ncurses_use_extended_names

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Control use of extended names in terminfo descriptions int ncurses_use_extended_names ( 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 o

ncurses_waddstr

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Outputs text at current postion in window int ncurses_waddstr ( resource $window, string $str [, int $n ] ) Parameters: window str n This function is currently not documented; only its argument list is

ncurses_vline

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

ncurses_wattroff

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Turns off attributes for a window int ncurses_wattroff ( resource $window, int $attrs ) Parameters: window attrs This function is currently not documented; only its argument list is available.