(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Transforms window/stdscr coordinates bool ncurses_wmouse_trafo ( resource $window, int &$y, int &$x, bool $toscreen ) Parameters: window x y toscreen This func
(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.
(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Copies window to virtual screen int ncurses_wnoutrefresh ( resource $window ) Parameters: window This function is currently not documented; only its argument list is available.
(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
(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.
(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.
(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
(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.
(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.
(PECL newt >= 0.1) Create a new button resource newt_button ( int $left, int $top, string $text ) Creates a new button. Parameters: left X-coordinate of the button. top Y-coordinate of the button. text The text which should be displayed in the button. Returns: Returns a re
Page 2400 of 11844