ncurses_wstandend

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) End standout mode for a window int ncurses_wstandend ( resource $window ) Parameters: window This function is currently not documented; only its argument list is available.

ncurses_wstandout

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Enter standout mode for a window int ncurses_wstandout ( resource $window ) Parameters: window This function is currently not documented; only its argument list is available.

newt_bell

(PECL newt >= 0.1) Send a beep to the terminal void newt_bell ( void ) This function sends a beep to the terminal. Note: Depending on the terminal's settings, this beep may or may not be audible. Returns: No value is returned.

ncurses_wvline

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Draws a vertical line in a window at current position using an attributed character and max. n characters long int ncurses_wvline ( resource $window, int $charattr, int $n ) Parameters: window charattr n

ncurses_whline

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Draws a horizontal line in a window at current position using an attributed character and max. n characters long int ncurses_whline ( resource $window, int $charattr, int $n ) Parameters: window charattr n

ncurses_wmove

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Moves windows output position int ncurses_wmove ( resource $window, int $y, int $x ) Parameters: window y x This function is currently not documented; only its argument list is available.

ncurses_wrefresh

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Refresh window on terminal screen int ncurses_wrefresh ( resource $window ) Parameters: window 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 sh

newt_button_bar

(PECL newt >= 0.1) This function returns a grid containing the buttons created. resource newt_button_bar ( array &$buttons ) This function returns a grid containing the buttons created. Parameters: buttons This function returns a grid containing the buttons created. Returns: Returns grid containing the buttons created.

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