Commit 736685d

noname@inventati.org <noname@inventati.org>
2015-04-21 16:09:49
Do not set terminal title based on stty arguments.
1 parent 2fdcc5e
Changed files (1)
st.c
@@ -4090,7 +4090,7 @@ run:
 	if(argc > 0) {
 		/* eat all remaining arguments */
 		opt_cmd = argv;
-		if(!opt_title)
+		if(!opt_title && !opt_line)
 			opt_title = basename(xstrdup(argv[0]));
 	}
 	setlocale(LC_CTYPE, "");