@ -287,6 +287,9 @@ bool win_moveresize(win_t *win, int x, int y, unsigned int w, unsigned int h)
if(win==NULL||win->xwin==None)
returnfalse;
/* caller knows nothing about the bar */
h+=win->bar.h;
x=MAX(0,x);
y=MAX(0,y);
w=MIN(w,win->env.scrw-2*win->bw);
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.