Installation guide

Table 10–6: Flag Bits (cont.)
Flag Octal Value Description
BS1 0100000
OXTABS 1000000 Expand tabs to spaces
Refer to the tty(7) reference page for detailed information on flag bits.
10.7.6 Mode Bits
Mode bits specify details about the capability of a particular terminal and
usually do not affect printer operation. Mode bits are cleared with the xc
symbol and set with the xs symbol. Some printers use all of the mode bits,
so you must either set them or clear them. The mode bits are specified as
octal numbers in a 16-bit word format. You should clear all bits by
specifying xc#0177777 before you specify the xs symbol.
Refer to the tty
(7) reference page for a detailed description of the status
bits.
The following is an example of mode bits specifications:
xc#0177777
xs#044000
As shown in the previous example, xc#0177777 clears all bits. The xs
symbol set to 0110 specifies the ECHO and ECHOCTL mode bits.
Table 10–7 lists a description of each mode bit.
Table 10–7: Mode Bits
Mode Octal Value Description
ECHOKE 0000001 Echos KILL by erasing the line
ECHOE 0000002 Visually erase characters
ECHOK 0000004 Echoes NL after KILL
ECHO 0000010 Enable echoing
ECHONL 0000020 Echoes NL even if ECHO is off
ECHOPRT 0000040 Echo erased chars between and /
ECHOCTL 0000100 Echo control characters as ^(char)
ISIG 0000200 Enable special chars INTR, QUIT and SUSP
ICANON 0000400 Enable canonical input
ALTWERASE 0001000 Use alternate word erase algorithm
Administering the Print Services 10–29