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";
*/
static unsigned int blinktimeout = 800;
+/*
+ * thickness of underline and bar cursors
+ */
+static unsigned int cursorthickness = 2;
+
/*
* bell volume. It must be a value between -100 and 100. Use 0 for disabling
* it