diff options
author | Tharre <tharre3@gmail.com> | 2015-04-22 20:56:55 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2015-04-22 20:56:55 +0200 |
commit | 273826a305b507d61b3dc6eb1e78d75b5085a6a7 (patch) | |
tree | 95fc806cdc133818981abb7ae7fe43535b8f81c8 /st-custom/config.h | |
parent | 0575443a84ec7f04ad9e3fde14b5de32d9a4d69d (diff) | |
download | pkgbuilds-273826a305b507d61b3dc6eb1e78d75b5085a6a7.tar.gz pkgbuilds-273826a305b507d61b3dc6eb1e78d75b5085a6a7.tar.xz pkgbuilds-273826a305b507d61b3dc6eb1e78d75b5085a6a7.zip |
st: update patch for new version
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"; |