mirror of
https://github.com/tio/tio.git
synced 2026-05-01 23:07:58 +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
|
|
@ -104,6 +104,7 @@ struct option_t
|
|||
bool map_o_ltu;
|
||||
bool map_o_nulbrk;
|
||||
bool map_o_msblsb;
|
||||
bool map_o_ign_cr;
|
||||
};
|
||||
|
||||
extern struct option_t option;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue