From: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date: Tue, 8 Sep 2015 08:44:35 +0000 (+0200)
Subject: Set default values of stty according to the man page
X-Git-Url: https://git.xinqibao.xyz/st.git/commitdiff_plain/473326f2e3115f4b745730be782b2eba63e0934c?ds=sidebyside;hp=473326f2e3115f4b745730be782b2eba63e0934c

Set default values of stty according to the man page

This configuration is basically 38400 8N1, without echo and
in raw mode. Kernel will not process any of the characters
sent by the user.
---