Home | History | Annotate | Download | only in src

Lines Matching refs:cols

865 	int lins, cols;
932 (void) terminal_get_size(el, &lins, &cols);
933 if (terminal_change_size(el, lins, cols) == -1)
943 * Return the new window size in lines and cols, and
947 terminal_get_size(EditLine *el, int *lins, int *cols)
950 *cols = Val(T_co);
958 *cols = ws.ws_col;
969 *cols = ts.ts_cols;
975 return Val(T_co) != *cols || Val(T_li) != *lins;
983 terminal_change_size(EditLine *el, int lins, int cols)
988 Val(T_co) = (cols < 2) ? 80 : cols;
1517 } else if (Strcmp(*argv, STR("cols")) == 0) {
1634 "echotc: Bad value `" FSTR "' for cols.\n",