[hackers] [st] Do not set terminal title based on stty arguments. || noname_AT_inventati.org

From: <git_AT_suckless.org>
Date: Mon, 27 Apr 2015 08:47:24 +0200 (CEST)

commit 736685d641c23e8b08f3349d64bf30c1c86cd95d
Author: noname_AT_inventati.org <noname_AT_inventati.org>
Date: Tue Apr 21 22:09:49 2015 +0200

    Do not set terminal title based on stty arguments.

diff --git a/st.c b/st.c
index c805117..ece1f64 100644
--- a/st.c
+++ b/st.c
_AT_@ -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, "");
Received on Mon Apr 27 2015 - 08:47:24 CEST

This archive was generated by hypermail 2.3.0 : Mon Apr 27 2015 - 08:48:12 CEST