aboutsummaryrefslogtreecommitdiffstats
path: root/st-custom/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'st-custom/config.h')
-rw-r--r--st-custom/config.h12
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;