On Wed, 30 Mar 2016 07:03:02 +0200
k0ga_AT_shike2.com wrote:
> > -stty
>
> Why stty belongs to ubase?. As far as I know termios is
> POSIX.
>
There are several portability issues:
- How do you get/set the size of the terminal.
- Which non-POSIX flags does your kernel provide.
- Do you you have line discipline.
- Which baud rates does your kernel provide.
- Who do you know that you successfully applied the changes.
- Are the default values for the .c_cc array #define:d.
- What names do the .c_cc default values and indices have.
- You may have to deal with kernel bugs.
Received on Wed Mar 30 2016 - 07:16:19 CEST