ncurses_wcolor_set

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

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

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

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.

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