02.07.2013 Views

A/UX® System Administrator's Reference Sections 1M, 7, and 8

A/UX® System Administrator's Reference Sections 1M, 7, and 8

A/UX® System Administrator's Reference Sections 1M, 7, and 8

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

termios(7P) termios(7P)<br />

ERASE DELETE. If the I CANON flag is set, erases the<br />

preceding character. It does not erase beyond the<br />

start of a line, as delimited by an NL, EOF, or EOL<br />

character.<br />

KILL CONfROL-U. If the ICANON flag is set, deletes the<br />

entire line, as delimited by an NL, EOF, or EOL<br />

character.<br />

EOF CONfROL-D. If the ICANON flag is set when this<br />

character is received, immediately pass to the program<br />

all the characters waiting to be read without<br />

waiting for a newline, <strong>and</strong> discard the EOF. If there<br />

are no characters waiting, zero characters are passed<br />

to the program to indicate an end-of-file condition.<br />

NL ASCII LF. If the I CANON flag is set, acts as the line<br />

delimiter (\n). It cannot be changed.<br />

EOL ASCII NUL. If the I CANON flag is set, acts as an<br />

additional line delimiter similar to NL .<br />

SUSP CONTROL-Z. If the I S I G flag is set, generates a<br />

S I GT S TP signal that is sent to all processes in the<br />

distinguished process group associated with the terminal.<br />

STOP CONTROL-So If IXON or IXOFF flag is set, temporarily<br />

suspends output. This character is used on<br />

terminals to prevent output from disappearing before<br />

it can be read.<br />

START CONTROL-Q. If the IXON or IXOFF flag is set,<br />

resumes output that has been suspended by a STOP<br />

character.<br />

SWTCH CONTROL-Z. If used by the shell-layering facility,<br />

shl, changes the current layer to the control layer.<br />

The START <strong>and</strong> STOP characters cannot be changed. The values<br />

for INTR, QUIT, ERASE, KILL, EOF, EOL, <strong>and</strong> SUSP can be<br />

changed by using tcsetattr(3P). ERASE, KILL, <strong>and</strong> EOF<br />

characters may be escaped by preceding the character with a \; in<br />

this case, no special function is performed.<br />

c _line specifies the line discipline number for the terminal. The<br />

basic line discipline number is 0; this is currently the only line discipline<br />

supported.<br />

February, 1990<br />

RevisionC<br />

12

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!