X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.def.h;h=11a0c02ffa9913c745d6786c63a9e81a02168dc7;hb=473326f2e3115f4b745730be782b2eba63e0934c;hp=930e4688e82b545381738bff9084daa1e30a0cfb;hpb=aa5d4c3b340d180eb0b375b3b4a923cf91ffb04a;p=st.git diff --git a/config.def.h b/config.def.h index 930e468..11a0c02 100644 --- a/config.def.h +++ b/config.def.h @@ -18,7 +18,7 @@ static int borderpx = 2; */ 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";