]> git.armaanb.net Git - st.git/blobdiff - config.def.h
Add tty line support
[st.git] / config.def.h
index 5e7caaf37679faf09c9b56ea87391e9a4d4c170c..bb5596e39f48c30f27bfd672efe5cc672f8e9460 100644 (file)
@@ -9,6 +9,7 @@ static char font[] = "Liberation Mono:pixelsize=12:antialias=false:autohint=fals
 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";