diff options
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; | |||
18 | */ | 18 | */ |
19 | static char shell[] = "/bin/sh"; | 19 | static char shell[] = "/bin/sh"; |
20 | static char *utmp = NULL; | 20 | static char *utmp = NULL; |
21 | static char stty_args[] = "stty raw -echo -iexten echonl"; | 21 | static char stty_args[] = "stty raw pass8 nl -echo -iexten -cstopb 38400"; |
22 | 22 | ||
23 | /* identification sequence returned in DA and DECID */ | 23 | /* identification sequence returned in DA and DECID */ |
24 | static char vtiden[] = "\033[?6c"; | 24 | static char vtiden[] = "\033[?6c"; |