aboutsummaryrefslogtreecommitdiffstats
path: root/st-custom/config.h
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2015-04-22 20:56:55 +0200
committerTharre <tharre3@gmail.com>2015-04-22 20:56:55 +0200
commit273826a305b507d61b3dc6eb1e78d75b5085a6a7 (patch)
tree95fc806cdc133818981abb7ae7fe43535b8f81c8 /st-custom/config.h
parent0575443a84ec7f04ad9e3fde14b5de32d9a4d69d (diff)
downloadpkgbuilds-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.h1
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";