This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
st
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fix the geometry handling.
master
Christoph Lohmann
12 years ago
parent
4de64fa4d2
commit
44db38a5f8
2 changed files
with
5 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
st.1
+2
-0
st.c
+ 3
- 0
st.1
View File
@ -37,6 +37,9 @@ to use when st is run.
.TP
.TP
.BI \-g " geometry"
.BI \-g " geometry"
defines the X11 geometry string, which will fixate the height and width of st.
defines the X11 geometry string, which will fixate the height and width of st.
The form is [=][<width>{xX}<height>][{+-}<xoffset>{+-}<yoffset>]. See
.BR XParseGeometry (3)
for further details.
.TP
.TP
.BI \-o " file"
.BI \-o " file"
writes all the I/O to
writes all the I/O to
+ 2
- 0
st.c
View File
@ -3417,6 +3417,8 @@ run:
xinit
(
)
;
xinit
(
)
;
ttynew
(
)
;
ttynew
(
)
;
selinit
(
)
;
selinit
(
)
;
if
(
xw
.
isfixed
)
cresize
(
xw
.
h
,
xw
.
w
)
;
run
(
)
;
run
(
)
;
return
0
;
return
0
;
Write
Preview
Loading…
Cancel
Save