diff options
author | noname@inventati.org <noname@inventati.org> | 2015-04-21 22:09:49 +0200 |
---|---|---|
committer | Roberto E. Vargas Caballero <k0ga@shike2.com> | 2015-04-23 17:59:10 +0200 |
commit | 736685d641c23e8b08f3349d64bf30c1c86cd95d (patch) | |
tree | 5346c4a33ffe73932eb46a924b24a3b937312d5b /st.c | |
parent | 2fdcc5e5f633083eb5e52b201862106a2c547df9 (diff) | |
download | st-736685d641c23e8b08f3349d64bf30c1c86cd95d.tar.gz st-736685d641c23e8b08f3349d64bf30c1c86cd95d.zip |
Do not set terminal title based on stty arguments.
Diffstat (limited to 'st.c')
-rw-r--r-- | st.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, ""); |