aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.c b/st.c
index c805117..ece1f64 100644
--- a/st.c
+++ b/st.c
@@ -4090,7 +4090,7 @@ run:
4090 if(argc > 0) { 4090 if(argc > 0) {
4091 /* eat all remaining arguments */ 4091 /* eat all remaining arguments */
4092 opt_cmd = argv; 4092 opt_cmd = argv;
4093 if(!opt_title) 4093 if(!opt_title && !opt_line)
4094 opt_title = basename(xstrdup(argv[0])); 4094 opt_title = basename(xstrdup(argv[0]));
4095 } 4095 }
4096 setlocale(LC_CTYPE, ""); 4096 setlocale(LC_CTYPE, "");