ncurses_delch(3) php man page | unix.com

Man Page: ncurses_delch

Operating Environment: php

Section: 3

NCURSES_DELCH(3)							 1							  NCURSES_DELCH(3)

ncurses_delch - Delete character at current position, move rest of line left

SYNOPSIS
bool ncurses_delch (void )
DESCRIPTION
Warning 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 at your own risk. 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.
RETURN VALUES
Returns FALSE on success, TRUE otherwise.
SEE ALSO
ncurses_deleteln(3). PHP Documentation Group NCURSES_DELCH(3)
Related Man Pages
mvdelch(3cur) - ultrix
mvwdelch(3cur) - ultrix
svn_add(3) - php
bcompiler_write_header(3) - php
ncurses_getmouse(3) - php
Similar Topics in the Unix Linux Community
Forum Video Tutorial: How to Use Code Tags
UNIX.COM 2017 Year End Summary
New Code Tags (Syntax Highlighting)
Please Welcome Don Cragun as Lead Moderator