[dev] [st] [PATCH] Do not set terminal title based on stty arguments.

From: noname <noname_AT_inventati.org>
Date: Tue, 21 Apr 2015 20:09:21 +0000

---
 st.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/st.c b/st.c
index 0204b2e..3e706f7 100644
--- a/st.c
+++ b/st.c
_AT_@ -4066,7 +4066,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, "");
-- 
1.8.4
Received on Tue Apr 21 2015 - 22:09:21 CEST

This archive was generated by hypermail 2.3.0 : Tue Apr 21 2015 - 22:12:09 CEST