st

simple terminal

git clone https://9o.is/git/st.git

commit 09e2f1b129373aa9ffb8a2cc0b3b4fbed93da7ec
parent 7be2c63e968d58c1d616c6e19434e0a1b934793f
Author: noname@inventati.org <noname@inventati.org>
Date:   Tue, 21 Apr 2015 22:09:49 +0200

Do not set terminal title based on stty arguments.

Diffstat:
Mst.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/st.c b/st.c @@ -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, "");