Home | History | Annotate | Download | only in src

Lines Matching refs:ws

955 		struct winsize ws;
956 if (ioctl(el->el_infd, TIOCGWINSZ, &ws) != -1) {
957 if (ws.ws_col)
958 *cols = ws.ws_col;
959 if (ws.ws_row)
960 *lins = ws.ws_row;