all repos — st @ 473326f2e3115f4b745730be782b2eba63e0934c

st (suckless terminal) config

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.
Roberto E. Vargas Caballero k0ga@shike2.com
commit

473326f2e3115f4b745730be782b2eba63e0934c

parent

aa5d4c3b340d180eb0b375b3b4a923cf91ffb04a

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M config.def.hconfig.def.h

@@ -18,7 +18,7 @@ * 5: value of shell in config.h

*/ static char shell[] = "/bin/sh"; static char *utmp = NULL; -static char stty_args[] = "stty raw -echo -iexten echonl"; +static char stty_args[] = "stty raw pass8 nl -echo -iexten -cstopb 38400"; /* identification sequence returned in DA and DECID */ static char vtiden[] = "\033[?6c";