This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
st
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Do not set terminal title based on stty arguments.
master
noname@inventati.org
9 years ago
committed by
Roberto E. Vargas Caballero
parent
2fdcc5e5f6
commit
736685d641
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
st.c
+ 1
- 1
st.c
View File
@ -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
,
"
"
)
;
Write
Preview
Loading…
Cancel
Save