mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
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:
parent
70913fe120
commit
4369d5b66f
2 changed files with 15 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue