ncurses_deleteln

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Delete line at current position, move rest of screen up bool ncurses_deleteln ( void ) Deletes the current line under cursor position. All lines below the current line are moved up one line. The bottom line of window is cleared. Cursor position does not change. Returns: Returns FALSE on success, otherwise TRUE.

ncurses_delch

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Delete character at current position, move rest of line left bool ncurses_delch ( void ) Deletes the character under the cursor. All characters to the right of the cursor on the same line are moved to the left one position and the last character on the line is filled with a blank. The cursor position does not change. Returns: Returns

ncurses_delay_output

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Delay output on terminal using padding characters int ncurses_delay_output ( int $milliseconds ) Parameters: milliseconds This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future relea

ncurses_del_panel

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Remove panel from the stack and delete it (but not the associated window) bool ncurses_del_panel ( resource $panel ) Parameters: panel This function is currently not documented; only its argument list is available.

ncurses_define_key

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Define a keycode int ncurses_define_key ( string $definition, int $keycode ) Parameters: definition keycode This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without noti

ncurses_def_shell_mode

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Saves terminals (shell) mode bool ncurses_def_shell_mode ( void ) Saves the current terminal modes for shell (not in curses) for use by ncurses_reset_shell_mode(). Returns: Returns FALSE on success, TRUE otherwise. This function is EXPERIMENTAL. The behaviour of this function, its name, and surroun

ncurses_def_prog_mode

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Saves terminals (program) mode bool ncurses_def_prog_mode ( void ) Saves the current terminal modes for program (in curses) for use by ncurses_reset_prog_mode(). Returns: Returns FALSE on success, otherwise TRUE. This function is EXPERIMENTAL. The behaviour of this function, its name, and surroundi

ncurses_curs_set

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Set cursor state int ncurses_curs_set ( int $visibility ) Parameters: visibility 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 should be used a

ncurses_color_set

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Set active foreground and background colors int ncurses_color_set ( int $pair ) Sets the active foreground and background colors. Any characters written after this function is invoked will have these colors. This function requires terminal colors to be supported and initialized using ncurses_start_color() beforehand. ncurses uses color pairs to specify both fo

ncurses_color_content

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Retrieves RGB components of a color int ncurses_color_content ( int $color, int &$r, int &$g, int &$b ) Retrieves the red, green, and blue components for the given color definition. Terminal color capabilities must be initialized with ncurses_start_color() prior to calling this function. Parameters: color