Lines Matching refs:tl_cols
132 int tl_cols; member
290 term->tl_cols = Columns; in set_term_and_win_size()
295 term->tl_cols = curwin->w_width; in set_term_and_win_size()
302 if (term->tl_cols < cols) in set_term_and_win_size()
303 term->tl_cols = cols; in set_term_and_win_size()
310 term->tl_cols = opt->jo_term_cols; in set_term_and_win_size()
312 term->tl_cols = cols; in set_term_and_win_size()
318 if (term->tl_cols != curwin->w_width) in set_term_and_win_size()
319 win_setwidth_win(term->tl_cols, curwin); in set_term_and_win_size()
327 term->tl_rows, term->tl_cols); in set_term_and_win_size()
639 setup_job_options(opt, term->tl_rows, term->tl_cols); in term_start()
719 vterm_get_size(term->tl_vterm, &term->tl_rows, &term->tl_cols); in term_start()
720 term_report_winsize(term, term->tl_rows, term->tl_cols); in term_start()
971 term->tl_cols, term->tl_rows) < 0) in term_write_session()
1139 size_t limit = term->tl_buffer->b_p_twsl * term->tl_cols * 3; in term_write_job_output()
1801 for (pos.col = 0; pos.col < term->tl_cols; ++pos.col) in update_snapshot()
3141 term->tl_cols = cols; in handle_resize()
3677 int max_col = MIN(Columns, term->tl_cols); in update_system_term()
3773 if (term->tl_rows != newrows || term->tl_cols != newcols) in term_update_window()
3796 int max_col = MIN(wp->w_width, term->tl_cols); in term_update_window()
4838 && pos.col < term->tl_cols; ++pos.col) in f_term_dumpwrite()
5523 term->tl_cols = width; in term_load_dump()
5846 len = term->tl_cols * MB_MAXBYTES + 1; in f_term_getline()
5853 rect.end_col = term->tl_cols; in f_term_getline()
5898 list_append_number(l, buf->b_term->tl_cols); in f_term_getsize()
5929 cols = cols <= 0 ? term->tl_cols : cols; in f_term_setsize()
5934 vterm_get_size(term->tl_vterm, &term->tl_rows, &term->tl_cols); in f_term_setsize()
5935 term_report_winsize(term, term->tl_rows, term->tl_cols); in f_term_setsize()
6096 for (pos.col = 0; pos.col < term->tl_cols; ) in f_term_scrape()
6644 consize.X = term->tl_cols; in conpty_term_and_job_init()
6730 if (create_vterm(term, term->tl_rows, term->tl_cols) == FAIL) in conpty_term_and_job_init()
6985 term->tl_cols, term->tl_rows); in winpty_term_and_job_init()
7061 if (create_vterm(term, term->tl_rows, term->tl_cols) == FAIL) in winpty_term_and_job_init()
7203 if (create_vterm(term, term->tl_rows, term->tl_cols) == FAIL) in create_pty_only()
7320 if (create_vterm(term, term->tl_rows, term->tl_cols) == FAIL) in term_and_job_init()
7343 if (create_vterm(term, term->tl_rows, term->tl_cols) == FAIL) in create_pty_only()