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
Fix regression from
69e32a6
when setting title.
master
Quentin Rameau
6 years ago
committed by
Hiltjo Posthuma
parent
8ab629031b
commit
e7ef3c4ce9
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
x.c
+ 1
- 1
x.c
View File
@ -1492,7 +1492,7 @@ void
xsettitle
(
char
*
p
)
xsettitle
(
char
*
p
)
{
{
XTextProperty
prop
;
XTextProperty
prop
;
DEFAULT
(
p
,
"
st
"
)
;
DEFAULT
(
p
,
opt_title
)
;
Xutf8TextListToTextProperty
(
xw
.
dpy
,
&
p
,
1
,
XUTF8StringStyle
,
Xutf8TextListToTextProperty
(
xw
.
dpy
,
&
p
,
1
,
XUTF8StringStyle
,
&
prop
)
;
&
prop
)
;
Write
Preview
Loading…
Cancel
Save