Add ONULBRK mapping flag

Add ONULBRK mapping to map nul (zero) to send break signal on output.

This is useful if one needs to e.g. send the break signal to the tty
device when connected via socket.
This commit is contained in:
Martin Lund 2024-04-05 13:46:12 +02:00
parent 70913fe120
commit 4369d5b66f
2 changed files with 15 additions and 1 deletions

View file

@ -182,6 +182,8 @@ Map DEL to BS on output
Map NL to CR-NL on output
.IP "\fBOLTU"
Map lowercase characters to uppercase on output
.IP "\fBONULBRK"
Map nul (zero) to send break signal on output
.IP "\fBMSB2LSB"
Map MSB bit order to LSB on output
.P