Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
Fix the geometry handling.
[st.git]
/
st.c
diff --git
a/st.c
b/st.c
index
de3d045
..
d7d70e7
100644
(file)
--- a/
st.c
+++ b/
st.c
@@
-3417,6
+3417,8
@@
run:
xinit();
ttynew();
selinit();
+ if(xw.isfixed)
+ cresize(xw.h, xw.w);
run();
return 0;