diff options
Diffstat (limited to 'st-custom/config.h')
-rw-r--r-- | st-custom/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/st-custom/config.h b/st-custom/config.h index b99292c..1b8ba9b 100644 --- a/st-custom/config.h +++ b/st-custom/config.h @@ -9,6 +9,7 @@ static char font[] = "monospace:size=14:antialias=true:autohint=true"; static int borderpx = 2; static char shell[] = "/bin/sh"; static char *utmp = NULL; +static char stty_args[] = "stty raw -echo -iexten echonl"; /* identification sequence returned in DA and DECID */ static char vtiden[] = "\033[?6c"; |