Files
rtems/testsuites/libtests/termios09/termios09.doc
Sebastian Huber 9f69ac2a9d termios: Ignore carriage return early if desired
In case carriage return characters should be ignored in the input
(IGNCR), then drop them early before they reach the raw input buffer.
This makes it easier to calculate the content size of the raw input
buffer.
2017-02-28 08:51:31 +01:00

12 lines
212 B
Plaintext

This file describes the directives and concepts tested by this test set.
test set name: termios09
directives:
- Termios
concepts:
- Ensure that carriage return characters are ignored if desired (IGNCR).