Fix the geometry handling.
This commit is contained in:
parent
4de64fa4d2
commit
44db38a5f8
2 changed files with 5 additions and 0 deletions
2
st.c
2
st.c
|
@ -3417,6 +3417,8 @@ run:
|
|||
xinit();
|
||||
ttynew();
|
||||
selinit();
|
||||
if(xw.isfixed)
|
||||
cresize(xw.h, xw.w);
|
||||
run();
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue