tio/src
Martin Lund 288a88aa15 Fix error applying new stdout settings
On Fedora 26 tio will quit with the following error message:

"Error: Could not apply new stdout settings (Invalid argument)"

In case of Fedora, it turns out that the new stdout settings used are a
bit too agressive because an empty termios structure is used. To remedy
this we reuse the existing stdout settings and only reconfigure the
specific options we need to make a "raw" stdout configuration.
2017-10-15 23:15:49 +02:00
..
bash-completion Generated bash completion at configure time 2016-05-26 15:23:19 +02:00
include/tio Update copyright headers 2017-09-28 18:15:07 +02:00
error.c Update copyright headers 2017-09-28 18:15:07 +02:00
log.c Update copyright headers 2017-09-28 18:15:07 +02:00
main.c Update copyright headers 2017-09-28 18:15:07 +02:00
Makefile.am Fix bash completion installation 2017-10-01 00:11:31 +02:00
options.c Update copyright year 2017-09-24 22:16:19 +02:00
time.c Update copyright headers 2017-09-28 18:15:07 +02:00
tty.c Fix error applying new stdout settings 2017-10-15 23:15:49 +02:00