From 70d45dffa423a05aec8a5e35555f2e4d1d493625 Mon Sep 17 00:00:00 2001 From: Tharre Date: Thu, 10 Sep 2015 15:31:58 +0200 Subject: st: update version --- st-custom/config.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'st-custom/config.h') 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"; @@ -105,6 +105,16 @@ static unsigned int defaultfg = 7; 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 */ -- cgit v1.2.3-70-g09d2