Add OIGNCR mapping flag

Ignores CR on output to serial device.
This commit is contained in:
Martin Lund 2024-06-27 20:09:18 +02:00
parent 8c471105fe
commit 4723cc3f4e
5 changed files with 25 additions and 6 deletions

View file

@ -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;