.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "ERASER" "9" "09 October 2005" "" ""
.SH NAME
eraser \- handle erase function
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void eraser (unsigned char \fIc\fB, struct tty_struct * \fItty\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIc\fB\fR
character input
.TP
\fB\fItty\fB\fR
terminal device
.SH "DESCRIPTION"
.PP
Perform erase and neccessary output when an erase character is
present in the stream from the driver layer. Handles the complexities
of UTF-8 multibyte symbols.