ncurses_addstr
(PHP 4 >= 4.2.0)
ncurses_addstr -- Output text at current position
Description
int ncurses_addstr ( string text)
Warning
This function is EXPERIMENTAL. The behaviour of this function,
the name of this function, and anything else documented
about this function may change without notice in a future
release of PHP. Use this function at your own risk.
Warning
This function is currently not documented; only the argument
list is available.
ncurses_assume_default_colors
(PHP 4 >= 4.2.0)
ncurses_assume_default_colors -- Define default colors
for color 0
Description
int ncurses_assume_default_colors ( int fg, int bg)
Warning
This function is EXPERIMENTAL. The behaviour of this function,
the name of this function, and anything else documented
about this function may change without notice in a future
release of PHP. Use this function at your own risk.
Warning
This function is currently not documented; only the argument
list is available.
|