--- 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.4Received 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