mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Add OIGNCR mapping flag
Ignores CR on output to serial device.
This commit is contained in:
parent
8c471105fe
commit
4723cc3f4e
5 changed files with 25 additions and 6 deletions
|
|
@ -85,7 +85,7 @@ _tio()
|
|||
return 0
|
||||
;;
|
||||
-m | --map)
|
||||
COMPREPLY=( $(compgen -W "ICRNL IGNCR INLCR IFFESCC INLCRNL OCRNL ODELBS ONLCRNL MSB2LSB" -- ${cur}) )
|
||||
COMPREPLY=( $(compgen -W "ICRNL IGNCR INLCR IFFESCC INLCRNL OCRNL ODELBS ONLCRNL OLTU ONULBRK OIGNCR MSB2LSB" -- ${cur}) )
|
||||
return 0
|
||||
;;
|
||||
--timestamp-format)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue