Searched refs:newws (Results 1 – 1 of 1) sorted by relevance
564 struct winsize oldws, newws; in client_suspend_self() local589 if (ioctl(fileno(stdin), TIOCGWINSZ, &newws) >= 0 && in client_suspend_self()590 (oldws.ws_row != newws.ws_row || in client_suspend_self()591 oldws.ws_col != newws.ws_col || in client_suspend_self()592 oldws.ws_xpixel != newws.ws_xpixel || in client_suspend_self()593 oldws.ws_ypixel != newws.ws_ypixel)) in client_suspend_self()