Changeset View
Changeset View
Standalone View
Standalone View
bin/stty/stty.1
| Show First 20 Lines • Show All 218 Lines • ▼ Show 20 Lines | |||||
| is set and the input queue limit has been reached, | is set and the input queue limit has been reached, | ||||
| subsequent input causes the system to send an ASCII BEL | subsequent input causes the system to send an ASCII BEL | ||||
| character to the output queue (the terminal beeps at you). | character to the output queue (the terminal beeps at you). | ||||
| Otherwise, | Otherwise, | ||||
| if | if | ||||
| .Cm imaxbel | .Cm imaxbel | ||||
| is unset and the input queue is full, the next input character causes | is unset and the input queue is full, the next input character causes | ||||
| the entire input and output queues to be discarded. | the entire input and output queues to be discarded. | ||||
| .It Cm iutf8 Pq Fl iutf8 | |||||
| Assume that input characters are UTF-8 encoded. Setting this flag | |||||
| causes backspace to properly delete multibyte characters in canonical mode. | |||||
| .El | .El | ||||
| .Ss Output Modes: | .Ss Output Modes: | ||||
| This corresponds to the c_oflag of the termios structure. | This corresponds to the c_oflag of the termios structure. | ||||
| .Bl -tag -width Fl | .Bl -tag -width Fl | ||||
| .It Cm opost Pq Fl opost | .It Cm opost Pq Fl opost | ||||
| Post-process output (do not | Post-process output (do not | ||||
| post-process output; ignore all other | post-process output; ignore all other | ||||
| output modes). | output modes). | ||||
| ▲ Show 20 Lines • Show All 410 Lines • Show Last 20 Lines | |||||