Home
last modified time | relevance | path

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

/dports/x11/mlterm/mlterm-3.9.1/vtemu/
H A Dvt_edit.c282 int dst_char_index; in copy_area() local
321 dst_char_index = vt_convert_col_to_char_index(dst_line, &dst_cols_rest, dst_col, 0); in copy_area()
326 vt_line_fill(dst_line, vt_sp_ch(), dst_char_index, dst_cols_rest + src_cols_after); in copy_area()
331 dst_char_index += (dst_cols_rest + src_cols_after); in copy_area()
353 vt_line_overwrite(dst_line, dst_char_index, src_line->chars + src_char_index, in copy_area()
360 vt_line_fill(dst_line, vt_sp_ch(), dst_char_index + num_src_chars, src_cols_rest); in copy_area()