all repos — st @ 736685d641c23e8b08f3349d64bf30c1c86cd95d

st (suckless terminal) config

Do not set terminal title based on stty arguments.
noname@inventati.org noname@inventati.org
commit

736685d641c23e8b08f3349d64bf30c1c86cd95d

parent

2fdcc5e5f633083eb5e52b201862106a2c547df9

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M st.cst.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, "");