(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
(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) 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.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.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) 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) 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.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
(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.
(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.
Page 862 of 930