Home
last modified time | relevance | path

Searched refs:max_col (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dclipboard.c393 width = cbd->max_col - col; in clip_invert_rectangle()
431 int max_col; in clip_invert_area() local
434 max_col = cbd->max_col - 1; in clip_invert_area()
436 max_col = Columns - 1; in clip_invert_area()
473 if (col2 < max_col) in clip_invert_area()
610 cbd->max_col; in clip_get_line_end()
668 cb->max_col = screen_Columns; in clip_start_selection()
1024 if (col2 > clip_star.max_col) in clip_copy_modeless_selection()
1025 col2 = clip_star.max_col; in clip_copy_modeless_selection()
1066 end_col = clip_star.max_col; in clip_copy_modeless_selection()
[all …]
H A Dterminal.c3554 int max_col) in term_line2screenline() argument
3558 for (pos->col = 0; pos->col < max_col; ) in term_line2screenline()
3677 int max_col = MIN(Columns, term->tl_cols); in update_system_term() local
3679 term_line2screenline(term, NULL, screen, &pos, max_col); in update_system_term()
3796 int max_col = MIN(wp->w_width, term->tl_cols); in term_update_window() local
3798 term_line2screenline(term, wp, screen, &pos, max_col); in term_update_window()
H A Dvim.h2132 short_u max_col; member
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt37590 Solution: Fix max_col.
37606 Solution: Subtract scrollbar from max_col. (closes #4773)