diff options
author | Tharre <tharre3@gmail.com> | 2015-09-10 15:31:58 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2015-09-10 15:31:58 +0200 |
commit | 70d45dffa423a05aec8a5e35555f2e4d1d493625 (patch) | |
tree | 2b15e58e854426ab1536d2b6c2bd0e5cbb11b7bd /st-custom/config.h | |
parent | 28ef1ecdd7e6c96249fdb488a3a017b4b46aa42d (diff) | |
download | pkgbuilds-70d45dffa423a05aec8a5e35555f2e4d1d493625.tar.gz pkgbuilds-70d45dffa423a05aec8a5e35555f2e4d1d493625.tar.xz pkgbuilds-70d45dffa423a05aec8a5e35555f2e4d1d493625.zip |
st: update version
Diffstat (limited to 'st-custom/config.h')
-rw-r--r-- | st-custom/config.h | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/st-custom/config.h b/st-custom/config.h index 96a81f4..8dd96e9 100644 --- a/st-custom/config.h +++ b/st-custom/config.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"; @@ -106,6 +106,16 @@ static unsigned int defaultbg = 0; static unsigned int defaultcs = 256; /* + * Default shape of cursor + * 2: Block + * 4: Underline + * 6: IBeam + */ + +static unsigned int cursorshape = 2; + + +/* * Default colour and shape of the mouse cursor */ static unsigned int mouseshape = XC_xterm; |