fixes
This commit is contained in:
parent
bcc96c1df8
commit
cf21e2e6fc
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ resizethread(void *v)
|
|||
sysfatal("can't reattach to window");
|
||||
p = stringsize(display->defaultfont, "0");
|
||||
if(p.x && p.y)
|
||||
updatewinsize(Dy(screen->r)/p.y, Dx(screen->r)/p.x,
|
||||
updatewinsize(Dy(screen->r)/p.y, (Dx(screen->r)-Scrollwid-2)/p.x,
|
||||
Dx(screen->r), Dy(screen->r));
|
||||
wresize(w, screen, 0);
|
||||
flushimage(display, 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue